Picture of andy man
authoring tool vagrant backup
by andy man - Monday, 6 March 2017, 4:44 PM
 

I already installed adapt authoring tool using vagrant, I created some courses it works great, but I want to know how I can backup my courses, I use the option source code, that download my course individual but if I want to pass that courses to another authoring tool I can not do that because the authoring tool do not have the option to import the course, or how I can backup the db (if the authoring tool use mongo) I try to connect localhost:27017 but robomongo do not connect, I don´t know if I use vagrant I do not have that option or that option is only possible with a clear install (not using vagrant) 

Picture of Thomas Berger
Re: authoring tool vagrant backup
by Thomas Berger - Wednesday, 8 March 2017, 8:09 AM
 

Hello Andy,

good to hear that Vagrant works for you.

Import / Export from one Authoring Tool instance to another is currently not supported. It is part of the roadmap though. 

To connect to to your Vagrant-MongoDB you will need the SSH option when creating a connection. Vagrant uses the same settings on every machine, so the settings from the screenshots should be fine.

Please keep in mind that Vagrant is NOT recommended for production. If you are planing to use the Authoring Tool in production, we highly recommend to use the server install.

Best regards

Thomas

 

Picture of andy man
Re: authoring tool vagrant backup
by andy man - Monday, 3 April 2017, 8:44 PM
 

Thank you Thomas, now I can connect using robomongo I tried to pass the db from vagrant to a server installation but I can not do that, I will wait for the import/export option in the authoring tool.