From 6d4ab8fb90ae2eaa3393dcbd37c83c486202b347 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 27 Sep 2022 12:50:14 +0000 Subject: deploy: 3853011d01ad3f5034f53a9dfb7a06e36cf70ae9 --- latest/upgrade.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'latest/upgrade.html') diff --git a/latest/upgrade.html b/latest/upgrade.html index 035e30c5b6..710c9a40f3 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -162,9 +162,8 @@ which are no longer maintained.

summaries.

  • -

    If Synapse was installed using prebuilt -packages, you will need to follow the -normal process for upgrading those packages.

    +

    If Synapse was installed using 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 @@ -232,6 +231,17 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb

  • +

    Upgrading to v1.68.0

    +

    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

    + +

    will not be affected.

    Upgrading to v1.67.0

    Direct TCP replication is no longer supported: migrate to Redis

    Redis support was added in v1.13.0 with it becoming the recommended method in @@ -257,7 +267,7 @@ will require a recent Rust compiler. Those using packages or

    From the next major release (v1.68.0) Synapse will require SQLite 3.27.0 or higher. Synapse v1.67.0 will be the last major release supporting SQLite versions 3.22 to 3.26.

    -

    Those using docker images or Debian packages from Matrix.org will not be +

    Those using Docker images or Debian packages from Matrix.org will not be affected. If you have installed from source, you should check the version of SQLite used by Python with:

    python -c "import sqlite3; print(sqlite3.sqlite_version)"
    -- 
    cgit 1.5.1