Backup

Gisia must be stopped before taking a backup to ensure data consistency.

  1. Stop the services:
cd gisia
docker compose stop
  1. Archive the Gisia folder:
cd ..
sudo tar czpfv gisia-$(date +%Y-%m-%d).tar.gz gisia
  1. Start the services again:
cd gisia
docker compose up -d