--- # Same gap/fix as infrastructure/authentik/manifests/scheduled-backup.yaml - # see that file for the full explanation. WAL-only barmanObjectStore # config has no restorable base backup without this. apiVersion: postgresql.cnpg.io/v1 kind: ScheduledBackup metadata: name: pg-n8n-backup namespace: n8n spec: schedule: "0 1 * * *" backupOwnerReference: self immediate: true method: barmanObjectStore cluster: name: pg-n8n