weitere implementierung
This commit is contained in:
11
k8s/base/database/backup-daily.yaml
Normal file
11
k8s/base/database/backup-daily.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ScheduledBackup
|
||||
metadata:
|
||||
name: timescale-backup-daily
|
||||
namespace: database
|
||||
spec:
|
||||
schedule: "0 2 * * *" # täglich 02:00
|
||||
backupOwnerReference: self
|
||||
cluster:
|
||||
name: timescale-cluster
|
||||
method: barmanObjectStore
|
||||
Reference in New Issue
Block a user