Backups
Get Backups
page number
items per page
asc or desc
filter by serviceId value
filter by status value
OK
Bad Request
Not Found
Internal Server Error
Get all Backups Schedules
page number
items per page
ServiceID Query
full,incremental,binarylog or dump
asc or desc
OK
Bad Request
Internal Server Error
Create Backup Schedule
supported types of the backups are:
- full - Full backups create a complete backup of the database server in an remote bucket directory. The time the backup takes depends on the size of the databases you're backing up.
- incremental - incremental backups update a previous backup with whatever changes to the data have occurred since the backup
- binarylog - backups the binary log, which contains a record of all changes to the databases, both data and structure. It consists of a set of closed binary log files.
- dump - a backup that reproduces table structure and data, without copying the actual data files.
- snapshot - a backup that captures the state of the database persistent volume at a specific point in time.
Schedules supported:
- once - one time execution
- cron - Example for cron schedule '0 2 * * *' for more information about cron format: https://en.wikipedia.org/wiki/Cron
unique id of the database service
dbxxxxxOK
Bad Request
Internal Server Error
Delete Backup Schedule
Backup ID
OK
No content
Bad Request
Not Found
Conflict
Internal Server Error
No content
Update Backup Schedules details
Backup ID
supported types of the backups are:
- full - Full backups create a complete backup of the database server in an remote bucket directory. The time the backup takes depends on the size of the databases you're backing up.
- incremental - incremental backups update a previous backup with whatever changes to the data have occurred since the backup
- binarylog - backups the binary log, which contains a record of all changes to the databases, both data and structure. It consists of a set of closed binary log files.
- dump - a backup that reproduces table structure and data, without copying the actual data files.
- snapshot - a backup that captures the state of the database persistent volume at a specific point in time.
Schedules supported:
- once - one time execution
- cron - Example for cron schedule '0 2 * * *' for more information about cron format: https://en.wikipedia.org/wiki/Cron
determines if the backup schedule is suspended or not when a backup schedule is suspended no new backups will be created default value is false
OK
Bad Request
Not Found
Internal Server Error
Get All Backups per service
Service ID
OK
Bad Request
Not Found
Internal Server Error
Last updated
Was this helpful?

