Backing up and restoring AEN (AEN 4.2.0)#
Creating an AEN backup¶
Back up and test the AEN database with the mongodump utility:
mongodump -o wakari_dump > wakari_backup.log tar cvf wakari_backup.tar ./wakari_dump
Back up the project files in
/projects/\*
.Back up the configuration files.
/opt/wakari/wakari-server/etc/\*
/opt/wakari/wakari-gateway/etc/\*
/opt/wakari/wakari-compute/etc/\*
Restoring an AEN backup¶
- Re-install AEN.
- Stop AEN processes.
- Restore the database using the mongorestore utility.
- Restore the
/projects/\*
backup. - Verify the permissions of the directories and files in
/projects
. - Restore the configuration file backups.
- Start AEN processes.