Legacy-Research-Engine icon indicating copy to clipboard operation
Legacy-Research-Engine copied to clipboard

Migration of old data to new PouchDB

Open blackforestboi opened this issue 8 years ago • 1 comments

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.

blackforestboi avatar Jan 09 '17 14:01 blackforestboi

also important:

  1. making sure that the transfer happened
  2. Writing it modular, so that we don't have to refactor it too much when integrating it into Gerben's code.

blackforestboi avatar Feb 05 '17 12:02 blackforestboi