diff options
author | MatMaul <MatMaul@users.noreply.github.com> | 2023-07-07 07:46:25 +0000 |
---|---|---|
committer | MatMaul <MatMaul@users.noreply.github.com> | 2023-07-07 07:46:25 +0000 |
commit | 0d820b1886f0f3e22c91b7854804ebe19116c258 (patch) | |
tree | 50cd778c8a72ffb6ae519bc59297564d017aed12 /develop/upgrade.html | |
parent | deploy: b07b14b494ae1dd564b4c44f844c9a9545b3d08a (diff) | |
download | synapse-0d820b1886f0f3e22c91b7854804ebe19116c258.tar.xz |
deploy: 2481b7dfa41c1c890346136f04344a4e1660ef32
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 63ceb141a8..0eb25cf333 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -237,6 +237,18 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb You will need Python 3.8 to run Synapse v1.88.0 (due out July 18th, 2023).</p> <p>If you use current versions of the Matrix.org-distributed Debian packages or Docker images, no action is required.</p> +<h2 id="removal-of-worker_replication_-settings"><a class="header" href="#removal-of-worker_replication_-settings">Removal of <code>worker_replication_*</code> settings</a></h2> +<p>As mentioned previously in <a href="#upgrading-to-v1840">Upgrading to v1.84.0</a>, the following deprecated settings +are being removed in this release of Synapse:</p> +<ul> +<li><a href="https://matrix-org.github.io/synapse/v1.86/usage/configuration/config_documentation.html#worker_replication_host"><code>worker_replication_host</code></a></li> +<li><a href="https://matrix-org.github.io/synapse/v1.86/usage/configuration/config_documentation.html#worker_replication_http_port"><code>worker_replication_http_port</code></a></li> +<li><a href="https://matrix-org.github.io/synapse/v1.86/usage/configuration/config_documentation.html#worker_replication_http_tls"><code>worker_replication_http_tls</code></a></li> +</ul> +<p>Please ensure that you have migrated to using <code>main</code> on your shared configuration's <code>instance_map</code> +(or create one if necessary). This is required if you have <em><strong>any</strong></em> workers at all; +administrators of single-process (monolith) installations don't need to do anything.</p> +<p>For an illustrative example, please see <a href="#upgrading-to-v1840">Upgrading to v1.84.0</a> below.</p> <h1 id="upgrading-to-v1860"><a class="header" href="#upgrading-to-v1860">Upgrading to v1.86.0</a></h1> <h2 id="minimum-supported-rust-version"><a class="header" href="#minimum-supported-rust-version">Minimum supported Rust version</a></h2> <p>The minimum supported Rust version has been increased from v1.58.1 to v1.60.0. |