apiVersion: postgresql.cnpg.io/v1 kind: ScheduledBackup metadata: name: knoe-db-scheduled-backup namespace: knoe-db spec: cluster: name: knoe-db # Six-field cron: seconds minutes hours day month weekday # Fires daily at 03:00:00 UTC schedule: "0 0 3 * * *" method: plugin pluginConfiguration: name: barman-cloud.cloudnative-pg.io parameters: barmanObjectName: knoe-db-barman-objectstore immediate: true backupOwnerReference: self