diff options
author | clokep <clokep@users.noreply.github.com> | 2023-09-08 13:48:35 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-09-08 13:48:35 +0000 |
commit | 684215670ff1ebb3e05df7b8c4c13912be80f621 (patch) | |
tree | 716b32d5702607a769b88a56a554e2c9a14566e2 /develop/upgrade.html | |
parent | deploy: 8940d1b28ecbaf9185459e2af62169ecf39a96f5 (diff) | |
download | synapse-684215670ff1ebb3e05df7b8c4c13912be80f621.tar.xz |
deploy: 5c8870cb28cc98d0b7a310b5dd2fade7ff45743d
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 1aa19e9561..3af52fd008 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -1125,7 +1125,7 @@ Instructions for doing so are provided <p>In line with our <a href="deprecation_policy.html">deprecation policy</a>, we've dropped support for Python 3.5 and PostgreSQL 9.5, as they are no longer supported upstream.</p> -<p>This release of Synapse requires Python 3.6+ and PostgresSQL 9.6+ or +<p>This release of Synapse requires Python 3.6+ and PostgreSQL 9.6+ or SQLite 3.22+.</p> <h2 id="removal-of-old-list-accounts-admin-api"><a class="header" href="#removal-of-old-list-accounts-admin-api">Removal of old List Accounts Admin API</a></h2> <p>The deprecated v1 "list accounts" admin API @@ -1906,7 +1906,7 @@ in the config and update your dependencies dependencies. See README.rst for details.</p> <h1 id="upgrading-to-v0110"><a class="header" href="#upgrading-to-v0110">Upgrading to v0.11.0</a></h1> <p>This release includes the option to send anonymous usage stats to -matrix.org, and requires that administrators explictly opt in or out by +matrix.org, and requires that administrators explicitly opt in or out by setting the <code>report_stats</code> option to either <code>true</code> or <code>false</code>.</p> <p>We would really appreciate it if you could help our project out by reporting anonymized usage statistics from your homeserver. Only very @@ -1986,7 +1986,7 @@ latest module, please run:</p> <pre><code>$ pip uninstall syweb </code></pre> <h1 id="upgrading-to-v050"><a class="header" href="#upgrading-to-v050">Upgrading to v0.5.0</a></h1> -<p>The webclient has been split out into a seperate repository/pacakage in +<p>The webclient has been split out into a separate repository/package in this release. Before you restart your homeserver you will need to pull in the webclient package by running:</p> <pre><code>python setup.py develop --user |