mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 22:54:12 -04:00
Merge device list replication streams (#14833)
This commit is contained in:
parent
db5145a31d
commit
2b084c5b71
7 changed files with 72 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue