Legacy-Research-Engine
Legacy-Research-Engine copied to clipboard
Migration of old data to new PouchDB
When we update the plugin in production, users shouldn't lose their old data.
This is why we need to implement a migration process that automatically runs as soon as the plugin is updated on the users machine.
This process takes every entry from the SQlite DB and imports it into the PouchDB.
This is a invisible process for the user.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
also important:
- making sure that the transfer happened
- Writing it modular, so that we don't have to refactor it too much when integrating it into Gerben's code.