kerubistan / kerub

A lightweight IaaS prototype
Apache License 2.0
13 stars 4 forks source link

controller data migration #201

Open K0zka opened 7 years ago

K0zka commented 7 years ago

Rather than scrapping the installation and rebuild it from scratch each time the persistent data-structure is changed, a data migration procedure is needed. This should check and if needed transform the data already stored in infinispan into the new structure.

This is research type of task, no idea what is the best way to do this.