diff options
author | David Robertson <davidr@element.io> | 2022-09-27 12:18:40 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-27 12:18:40 +0100 |
commit | 3fe2b7f122086307552e4e5fc1ce7ff326b85b7e (patch) | |
tree | e573f034d3812e8601d53ea0e6c8ddd90fd9a872 /docs | |
parent | typo fixes (diff) | |
download | synapse-3fe2b7f122086307552e4e5fc1ce7ff326b85b7e.tar.xz |
tweak upgrade notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 7d4c2392e1..a4cc6cd43a 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,9 @@ 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 or Debian packages from Matrix.org are not +affected. Users installing from PyPI wheels on Linux via `pip install matrix-synapse` +will not be affected. # Upgrading to v1.67.0 |