Backups
Schedule automatic backups and create on-demand snapshots of your databases.
On-Demand Backup
Section titled “On-Demand Backup”Go to your database → Backups tab → Create Backup.
wokku backups:create my-dbcurl -X POST https://wokku.cloud/api/v1/databases/DB_ID/backups \ -H "Authorization: Bearer $TOKEN"Ask Claude: “Create a backup of my-db”
Tap database → Backups → Create Backup.
Backup Destinations
Section titled “Backup Destinations”Configure where backups are stored. Go to Servers → Backup Destination.
| Provider | Description |
|---|---|
| AWS S3 | Amazon S3 buckets |
| Cloudflare R2 | No egress fees |
| MinIO | Self-hosted S3-compatible |
| Backblaze B2 | Cheapest storage |
| DigitalOcean Spaces | Simple object storage |
| Wasabi | No egress fees |
Scheduled Backups
Section titled “Scheduled Backups”Configure daily automatic backups from the server’s backup destination settings. Backups run at a configurable time with configurable retention.
View Backups
Section titled “View Backups”Go to database → Backups tab to see all backups with timestamps and sizes.
wokku backups my-dbcurl https://wokku.cloud/api/v1/databases/DB_ID/backups \ -H "Authorization: Bearer $TOKEN"Ask Claude: “List backups for my-db”
Tap database → Backups tab.
Restore
Section titled “Restore”Restore a database from a backup via the Web UI. Go to database → Backups → click Restore on the backup you want.