diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2023-05-23 10:14:55 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2023-05-23 10:14:55 +0000 |
commit | 1cb311377f7d86d92d013df8bf29c4ca4b59dbe6 (patch) | |
tree | 8dbb13a06d8f211d1719bc72a91cc94bb3f72832 /v1.84/print.html | |
parent | deploy: 737f7ddf5873a28d4334dc7f6b25edbaaaf934c7 (diff) | |
download | synapse-1cb311377f7d86d92d013df8bf29c4ca4b59dbe6.tar.xz |
deploy: 5cae9158e67babe0553bc356802495a068222685
Diffstat (limited to 'v1.84/print.html')
-rw-r--r-- | v1.84/print.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/v1.84/print.html b/v1.84/print.html index 6e4bf95dcb..2aea4e7d19 100644 --- a/v1.84/print.html +++ b/v1.84/print.html @@ -1781,15 +1781,17 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </ul> <h1 id="upgrading-to-v1840"><a class="header" href="#upgrading-to-v1840">Upgrading to v1.84.0</a></h1> <h2 id="deprecation-of-worker_replication_-configuration-settings"><a class="header" href="#deprecation-of-worker_replication_-configuration-settings">Deprecation of <code>worker_replication_*</code> configuration settings</a></h2> -<p>When using workers, </p> +<p>When using workers,</p> <ul> <li><code>worker_replication_host</code></li> <li><code>worker_replication_http_port</code></li> <li><code>worker_replication_http_tls</code></li> </ul> -<p>can now be removed from individual worker YAML configuration <em><strong>if</strong></em> you add the main process to the <code>instance_map</code> in the shared YAML configuration, -using the name <code>main</code>.</p> -<h3 id="before"><a class="header" href="#before">Before:</a></h3> +<p>should now be removed from individual worker YAML configurations and the main process should instead be added to the <code>instance_map</code> +in the shared YAML configuration, using the name <code>main</code>.</p> +<p>The old <code>worker_replication_*</code> settings are now considered deprecated and are expected to be removed in Synapse v1.88.0.</p> +<h3 id="example-change"><a class="header" href="#example-change">Example change</a></h3> +<h4 id="before"><a class="header" href="#before">Before:</a></h4> <p>Shared YAML</p> <pre><code class="language-yaml">instance_map: generic_worker1: @@ -1817,7 +1819,7 @@ worker_listeners: worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml </code></pre> -<h3 id="after"><a class="header" href="#after">After:</a></h3> +<h4 id="after"><a class="header" href="#after">After:</a></h4> <p>Shared YAML</p> <pre><code class="language-yaml">instance_map: main: |