Done
Details
Assignee
Manish ChawlaManish ChawlaReporter
Diogo RecharteDiogo RecharteSprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Manish Chawla
Manish ChawlaReporter
Diogo Recharte
Diogo RecharteSprint
None
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created October 2, 2023 at 11:07 AM
Updated March 14, 2024 at 5:20 PM
Resolved November 28, 2023 at 11:49 AM
As a Dev or DBA that's creating a database cluster
I want to set a DB backup schedule for the db cluster
So that I can have DB backups being created automatically at a given schedule
NOTE: This option should be hidden for PG engine types. Support for PG will be added later in EVEREST-509.
DESIGN:
dbWizard: https://www.figma.com/file/6MQMfninYJsCd1D3HOB3Tg/Alpha-release?type=design&node-id=881-74157&mode=design&t=W4K5Bam6IqD1cyPD-4 **
"schedule name" field should be added (https://www.figma.com/file/g77gIX02jKysAzHzsDA9KW/Beta-Release?type=design&node-id=186-28082&mode=design&t=Pe2j4lHQz1b9ZFVz-4)
create mode:
show the single scheduled backups form with name
show the message: After creating the database, you can add more schedules from the Backups section in the DB cluster details view
edit mode:
user has several schedules:
form should be hided
show the message: You have multiple backup schedules set for this database. See the list of schedules and update the ones you need straight from the Backups section in the DB cluster details view.
user has one schedule:
show the single scheduled backups form with name
restore mode:
show the single scheduled backups form with name
show the message: After creating the database, you can add more schedules from the Backups section in the DB cluster details view
API:
POST/kubernetes/{kubernetes-id}/database-clusters
PUT/kubernetes/{kubernetes-id}/database-clusters/{name}