postgres: configure backups

This commit is contained in:
2025-05-22 10:27:27 -04:00
parent 616895c0d1
commit 351a733338
3 changed files with 46 additions and 0 deletions

View 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