Compare commits

..
Author SHA1 Message Date
notplantsandnotplants ebfaf90164 fix: pin PGDATA so the postgres 18 bump upgrades in place
cc-ci/testme cc-ci: success
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.
2026-06-08 20:45:44 +00:00
autonomic-botandnotplants c1fa09a2ec chore: upgrade to 7.3.0+v1.154.0
cc-ci/testme cc-ci: failure
2026-06-08 18:20:54 +00:00

Diff Content Not Available