immich added
This commit is contained in:
17
cluster/apps/immich/db/ScheduledBackup.yaml
Normal file
17
cluster/apps/immich/db/ScheduledBackup.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ScheduledBackup
|
||||
metadata:
|
||||
name: immich-db-daily
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-db
|
||||
spec:
|
||||
cluster:
|
||||
name: immich-db
|
||||
schedule: '0 0 2 * * *'
|
||||
backupOwnerReference: self
|
||||
immediate: true
|
||||
method: plugin
|
||||
pluginConfiguration:
|
||||
name: barman-cloud.cloudnative-pg.io
|
||||
Reference in New Issue
Block a user