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