postgres: configure backups
This commit is contained in:
9
postgres/config/scheduled_backup.yaml
Normal file
9
postgres/config/scheduled_backup.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ScheduledBackup
|
||||
metadata:
|
||||
name: postgres-nightly
|
||||
spec:
|
||||
schedule: "0 4 * * *"
|
||||
backupOwnerReference: self
|
||||
cluster:
|
||||
name: weyma-pgsql
|
||||
Reference in New Issue
Block a user