Database backup, upgrade, and restore for Speckle server
Check and start pgAdmin
docker-compose-pgadmin.yml
with the following configuration:Access pgAdmin
http://127.0.0.1:16543/
in your browser (replace 16543 with your actual port).Backup database
speckle
database, select Backup...
, choose a location, and click Backup
to start the process.Deploy new version
Verify deployment
Stop and clean up old database
Transfer and restore backup
speckle
database, then right-click it and select restore
to load your backup.Verify restoration