diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-15 12:40:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 12:40:43 +0100 |
commit | 6fb63d6426b87e989143b6ff2679f5ae4a8fd22b (patch) | |
tree | 43c52982abb79621d1e7a45a3b2756791314af61 /CHANGES.md | |
parent | Merge tag 'v1.12.3' (diff) | |
download | synapse-6fb63d6426b87e989143b6ff2679f5ae4a8fd22b.tar.xz |
Add some warnings and notes about slow upgrade (#7275)
Fixes #7144.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index e78c8e48e7..09a4b236c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,12 +34,19 @@ Bugfixes Synapse 1.12.0 (2020-03-23) =========================== -No significant changes since 1.12.0rc1. - Debian packages and Docker images are rebuilt using the latest versions of dependency libraries, including Twisted 20.3.0. **Please see security advisory below**. +Potential slow database update during upgrade +--------------------------------------------- + +Synapse 1.12.0 includes a database update which is run as part of the upgrade, +and which may take some time (several hours in the case of a large +server). Synapse will not respond to HTTP requests while this update is taking +place. For imformation on seeing if you are affected, and workaround if you +are, see the [upgrade notes](UPGRADE.rst#upgrading-to-v1120). + Security advisory ----------------- |