nfcompose icon indicating copy to clipboard operation
nfcompose copied to clipboard

Implement DataSeries migration in the server

Open s4ke opened this issue 11 months ago • 0 comments

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).

s4ke avatar Jul 20 '23 12:07 s4ke