# A CloudNativePG Cluster opted into automatic backups: the operator provisions # an S3 bucket, patches spec.backup.barmanObjectStore and creates a # ScheduledBackup. apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: app-db namespace: default annotations: backups.unkin.net/schedule: "@daily" backups.unkin.net/destination: "cephs3_ec4_1" spec: instances: 3 storage: size: 10Gi