From 1cb311377f7d86d92d013df8bf29c4ca4b59dbe6 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 23 May 2023 10:14:55 +0000 Subject: deploy: 5cae9158e67babe0553bc356802495a068222685 --- v1.84/upgrade.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'v1.84/upgrade.html') diff --git a/v1.84/upgrade.html b/v1.84/upgrade.html index 4317f14073..d91683855a 100644 --- a/v1.84/upgrade.html +++ b/v1.84/upgrade.html @@ -233,15 +233,17 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb

Upgrading to v1.84.0

Deprecation of worker_replication_* configuration settings

-

When using workers,

+

When using workers,

-

can now be removed from individual worker YAML configuration if you add the main process to the instance_map in the shared YAML configuration, -using the name main.

-

Before:

+

should now be removed from individual worker YAML configurations and the main process should instead be added to the instance_map +in the shared YAML configuration, using the name main.

+

The old worker_replication_* settings are now considered deprecated and are expected to be removed in Synapse v1.88.0.

+

Example change

+

Before:

Shared YAML

instance_map:
   generic_worker1:
@@ -269,7 +271,7 @@ worker_listeners:
 
 worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml
 
-

After:

+

After:

Shared YAML

instance_map:
   main:
-- 
cgit 1.5.1