diff options
author | Erik Johnston <erik@matrix.org> | 2023-01-17 09:29:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 09:29:58 +0000 |
commit | 2b084c5b710d9630178484e6ade597ca7fa814b6 (patch) | |
tree | d80e5964b12d2e3710dfe49186fb0229c4afc1dc /docs | |
parent | Add parameter to control whether we do a partial state join (#14843) (diff) | |
download | synapse-2b084c5b710d9630178484e6ade597ca7fa814b6.tar.xz |
Merge device list replication streams (#14833)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 8a76172e43..270c33b656 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -92,12 +92,13 @@ process, for example: ## Changes to the account data replication streams -Synapse has changed the format of the account data replication streams (between -workers). This is a forwards- and backwards-incompatible change: v1.75 workers -cannot process account data replicated by v1.76 workers, and vice versa. +Synapse has changed the format of the account data and devices replication +streams (between workers). This is a forwards- and backwards-incompatible +change: v1.75 workers cannot process account data replicated by v1.76 workers, +and vice versa. Once all workers are upgraded to v1.76 (or downgraded to v1.75), account data -replication will resume as normal. +and device replication will resume as normal. # Upgrading to v1.74.0 |