Backup list
Each backup entry shows:Triggering a backup
Click Backup now on any connection row to trigger an on-demand backup immediately. You’ll be prompted for an optional note — useful for recording why you’re taking this backup (e.g. “before v2.4 migration”, “pre-deploy safety net”), so you can recognize it later in the list instead of just seeing a timestamp. Leave it blank if you don’t need one. The dashboard sends a signal to the agent on your server — the backup runs locally and uploads the result. The backup, including your note if you added one, appears in the list within seconds of completing.Restoring a backup
Click Restore on any backup row. The dashboard sends a restore signal to the agent on your server. The agent:- Downloads the encrypted file from cloud storage
- Verifies the SHA-256 checksum
- Decrypts it locally using your local key
- Pipes it into the target database
Failed backups
Failures appear in the list with afailed status and an error message. Failures are always surfaced in the dashboard — even dump-stage failures that produce no uploaded file.
Common reasons for failure:
- Database tools not installed (
capsule doctorto check) - Database credentials changed
- Database server unreachable
- Disk space exhausted during dump