From 7fd04745875bfa90c2a24a07bb9bb5dc40efb0be Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Fri, 4 Mar 2022 11:59:19 +0000 Subject: deploy: 4aeb00ca20a0d9dbb2a104591aca081c723eb6d9 --- develop/upgrade.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'develop/upgrade.html') diff --git a/develop/upgrade.html b/develop/upgrade.html index a823729541..79d224d269 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -225,7 +225,7 @@ pip install --upgrade .
  • Restart Synapse:

    -
    ./synctl restart
    +
    synctl restart
     
  • @@ -260,6 +260,25 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

    Upgrading to v1.55.0

    +

    synctl script has been moved

    +

    The synctl script +has been made an +entry point +and no longer exists at the root of Synapse's source tree. If you wish to use +synctl to manage your homeserver, you should invoke synctl directly, e.g. +synctl start instead of ./synctl start or /path/to/synctl start.

    +

    You will need to ensure synctl is on your PATH.

    +

    Upgrading to v1.54.0

    Legacy structured logging configuration removal

    This release removes support for the structured: true logging configuration -- cgit 1.5.1