As a DBA I need to be able to create/delete a single backup policy via CLI/API
As a DBA I need to be able to create/delete a single backup policy via CLI/API.
For some projects, I would like to be able to create a single hourly policy.
Currently it's impossible. Default policies are created and via API I cannot delete all the other policies one by one leaving just hourly one. I also can't delete all and add a single one.
I would like this functionality to be available both in API and CLI.
Currently you can only
- delete all policies
- update existing policy by policyId
I need to be able to delete a single policy by id
I need to be able to create a new policy without using policyId
Currently in CLI only the following are available
Available Commands:
describe Describe a cloud backup schedule for the cluster you specify.
update Modify the backup schedule for the specified cluster for your project.
delete Delete all backup schedules of a cluster.