Skip to content

Commit 88d1e9c

Browse files
committed
Update cluster.yaml
1 parent cbf8d61 commit 88d1e9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/database/cloudnative-pg/immich/cluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ spec:
4040
- ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON SEQUENCES TO "immich";
4141
# === DISASTER RECOVERY ===
4242
# See docs/cnpg-disaster-recovery.md for full procedure
43-
# Recovery source: immich-database-v5 (current backup lineage)
44-
# Next recovery target: immich-database-v6
43+
# Recovery source: immich-database-v6 (current backup lineage)
44+
# Next recovery target: immich-database-v7
4545
# IMPORTANT: Recovery code must NOT be committed to Git (CNPG webhook rejects dual bootstrap)
4646
storage:
4747
size: 50Gi
@@ -54,7 +54,7 @@ spec:
5454
enablePodMonitor: true
5555
backup:
5656
barmanObjectStore:
57-
serverName: immich-database-v5
57+
serverName: immich-database-v6
5858
destinationPath: s3://postgres-backups/cnpg/immich
5959
endpointURL: http://192.168.10.133:30293
6060
s3Credentials:

0 commit comments

Comments
 (0)