Backup and restore - huridocs/uwazi GitHub Wiki
Backup and restoring operations are performed manually.
Backup
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.
Restore
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