12 lines
265 B
YAML
12 lines
265 B
YAML
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 |