-
Notifications
You must be signed in to change notification settings - Fork 7
Data bundles and converting
cjshawMIT edited this page Jul 7, 2017
·
3 revisions
Regardless of if you run qbank
with MongoDB or the filesystem, you may need to transfer data from one server to another.
This is necessary when running unplatform
. You can use a script like in this gist to get the data from MongoDB to json
documents.
If you have a system with json
documents in filespace and want to transition to MongoDB backed persistence, you can use a script like this this gist.
These are always stored in webapps/CLIx/datastore/repository/AssetContent/
whether you are using MongoDB or filespace, and always need to be copied over when doing a data migration / export.