Backup
Gisia must be stopped before taking a backup to ensure data consistency.
- Stop the services:
cd gisia
docker compose stop
- Archive the Gisia folder:
cd ..
sudo tar czpfv gisia-$(date +%Y-%m-%d).tar.gz gisia
- Start the services again:
cd gisia
docker compose up -d