chore: upgrade to 7.3.0+v1.154.0 #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "upgrade-7.3.0+v1.154.0"
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?
matrix-synapse upgrade: 7.1.1+v1.149.1 → 7.3.0+v1.154.0
Image changes
Deferred to separate PR: mautrix/signal + mautrix/telegram CalVer upgrades (+ signaldb/telegramdb PG bumps)
⚠️ Operator Actions Required
1. Backup main DB before deploying — pgautoupgrade 17→18 performs an in-place cluster upgrade. Take a backup first:
abra app run YOURDOMAIN db pg_dump -U synapse synapse > synapse.sqlThe PGDATA env pin (
PGDATA=/var/lib/postgresql/data) ensures pgautoupgrade finds the existing cluster.2. Discorddb users only — postgres:13→16 is a plain postgres service (not pgautoupgrade), so it requires manual dump/restore before upgrading. If you use the discord bridge:
pg_dump -U discordbridge discordbridge > discordbridge.sqlThen restore after the upgrade.
3. MAS 1.18.0 device code grants —
oauth.device_code_grant_enablednow defaults tofalse. If your deployment uses device code grants, adddevice_code_grant_enabled: trueunder theoauth:section inmas.config.yaml.tmplbefore upgrading.Release notes summary
Verified on cc-ci (chaos deploy)
All 3 services converged healthy: synapse v1.154.0 ✓, pgautoupgrade:18-alpine (pg17→18 upgrade completed) ✓, nginx:1.31.1 ✓
Tested green on the cc-ci recipe CI server (full suite, cold, against this PR head). NOT merged — for operator review.
cc @trav @notplants
!testme
🌻 cc-ci —
matrix-synapse@72f0176a✅ passedfull logs · dashboard
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.