DBaaS Backup Config
DBaaS plan backup config
Properties
| Property | Type | Required | Description |
|---|---|---|---|
frequent-interval-minutes | integer | no | Interval of taking a frequent backup in service types supporting different backup schedules Min: 0. |
frequent-oldest-age-minutes | integer | no | Maximum age of the oldest frequent backup in service types supporting different backup schedules Min: 0. |
infrequent-interval-minutes | integer | no | Interval of taking a frequent backup in service types supporting different backup schedules Min: 0. |
infrequent-oldest-age-minutes | integer | no | Maximum age of the oldest infrequent backup in service types supporting different backup schedules Min: 0. |
interval | integer | no | The interval, in hours, at which backups are generated. For some services, like PostgreSQL, this is the interval at which full snapshots are taken and continuous incremental backup stream is maintained in addition to that. Min: 0. |
max-count | integer | no | Maximum number of backups to keep. Zero when no backups are created. Min: 0. |
recovery-mode | string | no | Mechanism how backups can be restored. ‘regular’ means a backup is restored as is so that the system is restored to the state it was when the backup was generated. ‘pitr’ means point-in-time-recovery, which allows restoring the system to any state since the first available full snapshot. |
Last updated on