From 2ad9f37da7aab5ef8466e3d6ab46e58e6968f426 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 19 Jan 2025 09:38:05 +0200 Subject: [PATCH] Add more changelog notes about Synapse v1.122.0 requiring Postgres v13 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ebae5a4..ebce4eaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ If you've been maintaining your setup for a while and you haven't been doing [Po If you're on a Postgres version older than v13, you need to [upgrade your Postgres setup](maintenance-postgres.md#upgrading-postgresql) or Synapse will produce an error on startup. +If you're using an external Postgres server (not installed by this playbook), you'll need to figure out how to upgrade it yourself. + +If you're not ready to upgrade your Postgres setup yet, you can temporarily remain on an old Synapse version by adding the following configuration to your `vars.yml` file: + +```yaml +# Pinning to the last Synapse version which supports Postgres v11 and v12. +matrix_synapse_version: v1.121.1 +``` + # 2024-11-26