You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: