Hi everyone,
I read about an "import/export" feature to move courses between different installs (https://github.com/adaptlearning/adapt_authoring/pull/1630)
Is there available yet?
Thanks!
Hi everyone,
I read about an "import/export" feature to move courses between different installs (https://github.com/adaptlearning/adapt_authoring/pull/1630)
Is there available yet?
Thanks!
Hi Isabel,
unfortunately the import is not available yet. But it's on going.
By the way, if you own the authoring instance and you have access to the server, a manual migration to another environment can be done. Let me know if you need other info about it.
Cheers, Fabio.
It would be very handy to know what the route was to do a manual migration. Could you provide the steps (assuming it's possible when using the authoring tool)? Until the next big release as per the roadmap, this is pretty much the only sticky issue with the AT for us. Many thanks, Jonathan
Hi Jonathan and Isabel,
the core authoring tool developers have just agreed that the import/export functionality will be the main feature of the next release - v0.5.0. It's always difficult to promise a delivery date on an open source project, but to give you an idea of timescales we're hoping to have a release candidate available in the next six weeks.
Kind regards,
Peter.
Hi, I've just install the latest version of the AT on a new machine and would love to know how to migrate the previous database over if possible. I've tried everything but am having no luck thus far.
Thanks in advance!
Hi Mark,
Note that this technique will replace any data in your new installation
To do this, you'll need to copy some of the folders in your adapt_authoring folder (namely conf and temp) to your new installation, replacing the existing ones.
You'll then need to make a backup of your Mongo database, copy it, and import it to Mongo on your new machine. You can find instructions on doing this here (mongodump for backup, mongorestore for restoration): https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/