Db-migrate currently migrate then analyze then propagate. The migration is only taking 5% of the time and failure. (Anyway propagation is running all the time in prod.) So we loose control on the migration process which is quite critical.
So just do db migration on db-migrate... and move the rest to other commands if needed.
Db-migrate currently migrate then analyze then propagate. The migration is only taking 5% of the time and failure. (Anyway propagation is running all the time in prod.) So we loose control on the migration process which is quite critical.
So just do db migration on db-migrate... and move the rest to other commands if needed.