summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-27 14:32:23 +0100
committerDavid Robertson <davidr@element.io>2022-09-27 14:32:23 +0100
commita95ce6dd085d6eb46d2c425a759eebf518046fd1 (patch)
tree6ef7ee2fb8fa0baf046d97781a700b85df357362 /docs
parentHandle the case of remote users leaving a partial join room for device lists ... (diff)
parentClarify who isn't affected by rust (diff)
downloadsynapse-a95ce6dd085d6eb46d2c425a759eebf518046fd1.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index 7d4c2392e1..37f1cb27df 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -15,9 +15,8 @@ this document.
     The website <https://endoflife.date> also offers convenient
     summaries.
 
--   If Synapse was installed using [prebuilt
-    packages](setup/installation.md#prebuilt-packages), you will need to follow the
-    normal process for upgrading those packages.
+-   If Synapse was installed using [prebuilt packages](setup/installation.md#prebuilt-packages),
+    you will need to follow the normal process for upgrading those packages.
 
 -   If Synapse was installed using pip then upgrade to the latest
     version by running:
@@ -95,6 +94,13 @@ As announced in the upgrade notes for v1.67.0, Synapse now requires a SQLite
 version of 3.27.0 or higher if SQLite is in use and source checkouts of Synapse
 now require a recent Rust compiler.
 
+Installations using 
+
+- Docker images [from `matrixdotorg`](https://hub.docker.com/r/matrixdotorg/synapse),
+- Debian packages [from Matrix.org](https://packages.matrix.org/), or
+- PyPI wheels via `pip install matrix-synapse` (on supported platforms and architectures)
+
+will not be affected.
 
 # Upgrading to v1.67.0