-
Notifications
You must be signed in to change notification settings - Fork 80
Backup and restore
Jaume Cardona edited this page Oct 11, 2018
·
1 revision
Backup and restoring operations are performed manually.
In order to have a full backup of your data, all you need to do is dump the whole collection in MongoDB, and keep a copy of everything contained in the "uploaded_documents" folder.
Follow these steps in a fresh Uwazi install:
- Copy/extract the documents in the "uploaded_documents".
- Restore the database.
- Run "yarn migrate" in the uwazi directory. This will update your data if needed.
- Run "yarn reindex".
- Run the server and navigate to localhost:3000