diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-21 18:21:14 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-21 18:21:14 +0100 |
commit | 046175daba381183a7c4437f94f589006be5001e (patch) | |
tree | 145342e6506be8bd8b3ea67a0118dfb9c7a88513 /UPGRADE.rst | |
parent | Merge tag 'v1.32.1' (diff) | |
parent | Note LoggingContext signature change incompatibility in 1.32.0 (#9859) (diff) | |
download | synapse-046175daba381183a7c4437f94f589006be5001e.tar.xz |
Merge branch 'release-v1.32.1' of github.com:matrix-org/synapse
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 76d2ee394f..6af35bc38f 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -93,11 +93,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 |