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
Right now we emulate migrations via the compose_cli. These are not transactional, though and if something goes wrong we leave the dataseries broken and might have to do data recovery in SQL.
It would be great to implement this on the server side (with the same algorithms) instead. Or at least work with the diff objects instead directly (and in a transaction).
The text was updated successfully, but these errors were encountered:
Right now we emulate migrations via the compose_cli. These are not transactional, though and if something goes wrong we leave the dataseries broken and might have to do data recovery in SQL.
It would be great to implement this on the server side (with the same algorithms) instead. Or at least work with the diff objects instead directly (and in a transaction).
The text was updated successfully, but these errors were encountered: