You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be no possibility to change the name of an existing backup-config
The update command shows no possibility, only retention and schedule can be changed:
cloudctl postgres backup-config update --help
update backup configuration
Usage:
cloudctl postgres backup-config update [flags]
Flags:
-h, --help help for update
--id string id of the database backup
--retention int32 number of backups per database to retain [optional]
--schedule string backup schedule in cron syntax [optional]
The text was updated successfully, but these errors were encountered:
FrankEppink
changed the title
changing the backup-config name is possible via cloudctl postgres backup-config update
postgres: changing the backup-config name is possible via cloudctl postgres backup-config update
Jun 24, 2022
There seems to be no possibility to change the name of an existing backup-config
The update command shows no possibility, only retention and schedule can be changed:
The text was updated successfully, but these errors were encountered: