summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-10-29 14:26:19 +0000
committerRichard van der Hoff <richard@matrix.org>2019-10-29 14:26:19 +0000
commit8086c1d89e23c89729eca45c23c4b5d201f96534 (patch)
treeb8b1202381975d8dca3b7a16544097b8ad92a131
parentMerge remote-tracking branch 'origin/master' into release-v1.5.0 (diff)
downloadsynapse-8086c1d89e23c89729eca45c23c4b5d201f96534.tar.xz
update ugrade notes
-rw-r--r--UPGRADE.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst

index db12f125dc..5ebf16a73e 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst
@@ -29,7 +29,7 @@ instructions that may be required are listed later in this document. running: .. code:: bash - + git pull pip install --upgrade . @@ -75,6 +75,16 @@ for example: wget https://packages.matrix.org/debian/pool/main/m/matrix-synapse-py3/matrix-synapse-py3_1.3.0+stretch1_amd64.deb dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb + +Upgrading to v1.5.0 +=================== + +This release includes a database migration which may take several minutes to +complete if there are a large number (more than a million or so) of entries in +the ``devices`` table. This is only likely to a be a problem on very large +installations. + + Upgrading to v1.4.0 ===================