summary refs log tree commit diff
path: root/develop/upgrade.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r--develop/upgrade.html12
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.