From b687b9d229604b2d4a50a67d1710bdf66c00144d Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 25 Mar 2026 06:26:33 -0500 Subject: [PATCH] fix: enable immich database backups --- manifests/databases/immich.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/databases/immich.yaml b/manifests/databases/immich.yaml index 274f236..eabe172 100644 --- a/manifests/databases/immich.yaml +++ b/manifests/databases/immich.yaml @@ -49,11 +49,11 @@ spec: passwordSecret: name: postgres-user-immich - # plugins: - # - name: barman-cloud.cloudnative-pg.io - # isWALArchiver: true - # parameters: - # barmanObjectName: k3sbackup-objectstore + plugins: + - name: barman-cloud.cloudnative-pg.io + isWALArchiver: true + parameters: + barmanObjectName: k3sbackup-objectstore --- apiVersion: postgresql.cnpg.io/v1 kind: Database