How backups work
DBHost usespg_dump piped through gzip to create compressed SQL backups. Backups run asynchronously — you trigger them and they complete in the background.
Each backup is stored on the VPS at /var/backups/postgresql/{database_name}/ as a timestamped .sql.gz file.
Triggering a backup
- Go to your database detail page
- Click the Backups tab
- Click Create Backup
Viewing backup history
The backups tab shows all available backups with:- Filename (timestamp-based:
YYYYMMDD_HHMMSS.sql.gz) - Size (compressed)
- Created at (UTC)
Restoring from a backup
Backup restoration is currently a manual VPS operation. Self-service restore is on the roadmap.