This is a basic configuration that helps running the ArchiLab Nexus instance with minimal effort.
Deploy the Docker stack:
./run.sh
In order to backup the application data of Nexus run the "Export databases for backup" task from https://nexus.archi-lab.io/#admin/system/tasks. Then stop the Docker stack and run the backup script:
./stop.sh
./backup.sh
This will create a compressed tar archive containing the backup in the current directory.
Stop the Docker stack and run the restore script:
./stop.sh
./restore.sh
Backup file must exist in the current directory.