File tree Expand file tree Collapse file tree
infrastructure/database/cloudnative-pg/immich Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments