Evaluate Postgres major-version upgrade path (n8n x2, remetrics) #8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
2026-08-12 fleet image review (ticket #5, first occurrence) found Postgres containers running on old major versions with no automated path forward (Watchtower does not manage DB majors):
Current latest major on Docker Hub is postgres:18. These are 2-3 majors behind. Major-version Postgres upgrades require pg_upgrade or dump/restore, not a simple image swap, so this needs a planned migration rather than a routine patch bump.
Suggested steps
Migrated to jared/servers#12