From d4930235fa56c90e92a5d13ae311be49a1e1001f Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 23:35:19 +0000 Subject: [PATCH] fix: Point CNPG backups at the existing B2 bucket --- infrastructure/addons/cnpg/postgres-cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/addons/cnpg/postgres-cluster.yaml b/infrastructure/addons/cnpg/postgres-cluster.yaml index 5ddfe81..49b8e8f 100644 --- a/infrastructure/addons/cnpg/postgres-cluster.yaml +++ b/infrastructure/addons/cnpg/postgres-cluster.yaml @@ -44,7 +44,7 @@ spec: backup: barmanObjectStore: - destinationPath: "s3://s3.us-east-005.backblazeb2.com/HetznerTerra/rancher-backups/" + destinationPath: "s3://HetznerTerra/rancher-backups/" endpointURL: "https://s3.us-east-005.backblazeb2.com" s3Credentials: accessKeyId: @@ -56,4 +56,4 @@ spec: wal: compression: gzip data: - compression: gzip \ No newline at end of file + compression: gzip