DBaaS Backup Plans in CLI
June 8, 2022
Improvement
It is now easier to check the specific DBaaS backup plan in the CLI. Get an overview of the backup interval, max backups, recovery mode and more with a simple command:
exo dbaas type show pg --backup-config startup-8
┼────────────────────────────┼──────┼
│ Backup interval (hours) │ 24 │
│ Max backups │ 3 │
│ Recovery mode │ pitr │
│ Frequent backup interval │ n/a │
│ Frequent backup max age │ n/a │
│ Infrequent backup interval │ n/a │
│ Infrequent backup max age │ n/a │
┼────────────────────────────┼──────┼All our DBaaS offerings come with daily automatic backups included. The daily backup frequency and retention depends on the chosen plan.
Note: Update to the latest CLI version to be able to use the new command.
