burningmantech/ranger-ims-server

Import/export

wsanchez opened this issue · 3 comments

We need to be able to export an IMS DB and import it into a new one.

This is required to move data from SQLite to MySQL, since doing so via DB tools isn't practical.

Basic requirement is full DB dump into a clean DB. Bonus points if we can export one event and import it into an existing or empty DB.

Waiting #231 so we don't have to deal with a schema change

fixed on master