postgres: migrate to backups via the barman plugin

This commit is contained in:
2026-03-16 17:47:21 -04:00
parent 5f939e121b
commit 9281d2f089
4 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: postgresql.cnpg.io/v1
kind: ScheduledBackup
metadata:
name: postgres-nightly
spec:
schedule: "0 0 4 * * *"
backupOwnerReference: self
cluster:
name: weyma-pgsql
method: plugin
pluginConfiguration:
name: barman-cloud.cloudnative-pg.io