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
It would be helpful if backup-config also support yaml files, i.e. if cloudctl postgres backup-config apply -f file.yaml
would be working analogue to cloudctl postgres describe postgres1 -o yaml > postgres1.yaml and cloudctl postgres apply -f postgres1.yaml
The backup-config files could then be e.g. persisted in version control.
The text was updated successfully, but these errors were encountered:
FrankEppink
changed the title
introduce support for yaml files for backup-configs
postgres: introduce support for yaml files for backup-configs
Jun 24, 2022
It would be helpful if backup-config also support yaml files, i.e. if
cloudctl postgres backup-config apply -f file.yaml
would be working analogue to
cloudctl postgres describe postgres1 -o yaml > postgres1.yaml
andcloudctl postgres apply -f postgres1.yaml
The backup-config files could then be e.g. persisted in version control.
The text was updated successfully, but these errors were encountered: