diff options
author | David Robertson <davidr@element.io> | 2022-09-27 14:32:23 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-27 14:32:23 +0100 |
commit | a95ce6dd085d6eb46d2c425a759eebf518046fd1 (patch) | |
tree | 6ef7ee2fb8fa0baf046d97781a700b85df357362 /docs | |
parent | Handle the case of remote users leaving a partial join room for device lists ... (diff) | |
parent | Clarify who isn't affected by rust (diff) | |
download | synapse-a95ce6dd085d6eb46d2c425a759eebf518046fd1.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 12 |
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 |