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
Connoropolous
changed the title
When migrations go wrong, or get stuck, there should be error handling, rollbacks, and better strategies for dealing with it.
When migrations go wrong there should be an option to roll back to your prior state?
Aug 10, 2023
another way to approach this is to say that the whole migration should be:
step 1: prepared
step 2: committed
If anything goes wrong during the preparation that's fine. Eject.
Make step 2 one holistic update that either succeeds or fails all at once, so that it's atomic. And then again, if anything goes wrong, it just safely ejects.
No description provided.
The text was updated successfully, but these errors were encountered: