Skip to content

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.

Migrating MongoDB data to filespace

This is necessary when running unplatform. You can use a script like in this gist to get the data from MongoDB to json documents.

Migrating filespace data to MongoDB

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.

Media files

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.