Backups
Protect your data with manual and scheduled database backups.
Backup Types
| Type | Description | When to Use |
|---|---|---|
| Manual | On-demand snapshot | Before migrations, major changes |
| Scheduled | Automated recurring backup | Ongoing data protection |
Backup Lifecycle
Documentation
| Section | Description |
|---|---|
| Manual Backups | Create, view, and restore manual backups |
| Scheduled Backups | Configure automated backup schedules |
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/developer/databases/{id}/backups/ | GET | List backups for a database |
/developer/databases/{id}/backups/ | POST | Create a manual backup |
/developer/backups/{id}/ | GET | Get backup details |
/developer/backups/{id}/ | DELETE | Delete a backup |
/developer/backups/{id}/restore/ | POST | Restore from a backup |
/developer/databases/{id}/schedules/ | GET | List backup schedules |
/developer/databases/{id}/schedules/ | POST | Create a schedule |
/developer/schedules/{id}/ | PUT | Update a schedule |
/developer/schedules/{id}/trigger/ | POST | Manually trigger a scheduled backup |
Next Steps
Start with Manual Backups to create your first backup.