fix: roll back immich-postgres v17 -> v16 (PG major incompat) + gate postgres-family #79
Reference in New Issue
Block a user
Delete Branch "fix/immich-postgres-rollback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
immich-postgres + immich-server are in CrashLoopBackOff after Renovate PR #76 bumped immich postgres from
16-vectorchord0.3.0->17-vectorchord0.3.0. PostgreSQL refuses to open a v16 datadir on a v17 binary (database files are incompatible with server).This PR:
16-vectorchord0.3.0so immich recovers (the PVC still has the v16 datadir).dependencyDashboardApproval: trueforpostgres,postgis/postgis, andghcr.io/immich-app/postgresso any postgres-family image bump is held until you tick the dashboard checkbox after planning apg_upgrademigration.Same shape as the meilisearch rollback (PR #77).
🤖 Generated with Claude Code