tweak upgrade notes
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
|