upgrade-7.2.0+v1.154.0 #72

Merged
notplants merged 1 commits from upgrade-7.3.0+v1.154.0 into main 2026-06-15 17:10:07 +00:00
Owner
No description provided.
notplants added 3 commits 2026-06-08 21:03:05 +00:00
postgres:18 (tracked by pgautoupgrade) relocated the default PGDATA from
/var/lib/postgresql/data to /var/lib/postgresql/18/docker. Since the db volume
is mounted at the legacy path, pg18 would init a fresh empty cluster there and
orphan all existing data (pgautoupgrade never runs the upgrade). Pinning PGDATA
to the legacy path makes pg18 find the existing cluster and upgrade it in place.
Author
Owner

Notes:

  • I see there are some other ways to do the 17->18 pg migration, but I couldn't get any to work cleanly besides setting PGDATA=/var/lib/postgresql/data . Setting this though, the upgrade path is tested and working
Notes: - I see there are some other ways to do the 17->18 pg migration, but I couldn't get any to work cleanly besides setting `PGDATA=/var/lib/postgresql/data` . Setting this though, the upgrade path is tested and working
Author
Owner

cc @3wordchant @simon I know we haven't officially figured out maintainership of this recipe yet, but pinging you as this bump PR contains some CVE fixes (e.g. nginx) so probably good to get it in soon

cc @3wordchant @simon I know we haven't officially figured out maintainership of this recipe yet, but pinging you as this bump PR contains some CVE fixes (e.g. nginx) so probably good to get it in soon
notplants force-pushed upgrade-7.3.0+v1.154.0 from c94186132c to 5fc9296e61 2026-06-15 17:09:06 +00:00 Compare
notplants changed title from upgrade-7.3.0+v1.154.0 to upgrade-7.2.0+v1.154.0 2026-06-15 17:09:37 +00:00
notplants merged commit 94e7c31369 into main 2026-06-15 17:10:07 +00:00
notplants deleted branch upgrade-7.3.0+v1.154.0 2026-06-15 17:10:07 +00:00
Sign in to join this conversation.
No description provided.