chore: upgrade to 7.3.0+v1.154.0 #1

Closed
autonomic-bot wants to merge 3 commits from upgrade-7.2.0+v1.153.0 into main
2 changed files with 9 additions and 5 deletions
Showing only changes of commit c94186132c - Show all commits

View File

@ -128,6 +128,10 @@ services:
secrets:
- db_password
environment:
# postgres:18 relocated the default PGDATA to /var/lib/postgresql/18/docker.
# Pin it to the legacy path so pgautoupgrade finds the existing cluster on the
# mounted volume and upgrades it in place, instead of init'ing an empty one.
- PGDATA=/var/lib/postgresql/data
- LC_COLLATE=C
- LC_CTYPE=C
- POSTGRES_DB=synapse