diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-21 18:21:56 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-21 18:21:56 +0100 |
commit | 8798f2291c4506bf2cb3304aba70694a2e3175d0 (patch) | |
tree | 8db5e9751ba677205f22642d45e2b9d7c2d0c968 /UPGRADE.rst | |
parent | Merge branch 'master' into develop (diff) | |
parent | Merge branch 'release-v1.32.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-8798f2291c4506bf2cb3304aba70694a2e3175d0.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 215211b6b5..e921e0c08a 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -116,11 +116,11 @@ Regression causing connected Prometheus instances to become overwhelmed This release introduces `a regression <https://github.com/matrix-org/synapse/issues/9853>`_ that can overwhelm connected Prometheus instances. This issue is not present in -Synapse v1.32.0rc1, and is fixed in Synapse v1.32.1. +Synapse v1.32.0rc1. -If you have been affected, please first upgrade to a more recent Synapse version. -You then may need to remove excess writeahead logs in order for Prometheus to recover. -Instructions for doing so are provided +If you have been affected, please downgrade to 1.31.0. You then may need to +remove excess writeahead logs in order for Prometheus to recover. Instructions +for doing so are provided `here <https://github.com/matrix-org/synapse/pull/9854#issuecomment-823472183>`_. Dropping support for old Python, Postgres and SQLite versions |