fluencelabs/nox

builtins-deployer: implement support of migration scripts

Closed this issue · 0 comments

To have the ability to move data from outdated service to new service we should support the execution of script migrate.air with migrate.json (as with on_start.air and on_start.json). It should be executed after new service creation and before deleting and re-aliasing the older one. It will provide persistence over builtins updates.

Depends on #1192