Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix migrations in ansible installation playbook (#2006)
For some reason, running the schema migrations and data migrations together causing them to fail and requires an addtional step to ssh into every instance and run the data migrations after the schema migrations have run successfully. The data migrations many times rely on the schema being migrated, but it was my understanding that the db:migrate:with_data accounted for this. In practice, however, it reliably fails every time.
- Loading branch information