Docs / Backup & Restore
Backup & Restore
SuperSQE ships backup scripts that dump the database and copy uploads + your license file.
Windows
powershell -ExecutionPolicy Bypass -File backup.ps1 -InstallDir C:\Program Files\SuperSQE -OutDir D:\ackups
Linux / macOS
sudo -u supersqe /opt/supersqe/service/backup.sh /var/lib/supersqe /var/backups/supersqe
Restore
Restore the database dump with pg_restore, then copy uploads and license.lic back into the data directory. Schedule daily backups and test a restore quarterly.