From 5cd6cc7d6b84399f36b4197343a383e6de5c0177 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 12 Jan 2023 11:58:12 +0000 Subject: [PATCH] Add note in upgrades --- docs/upgrade.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/upgrade.md b/docs/upgrade.md index c4bc5889a95f..8a76172e43cc 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -88,6 +88,18 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.76.0 + +## 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. + +Once all workers are upgraded to v1.76 (or downgraded to v1.75), account data +replication will resume as normal. + + # Upgrading to v1.74.0 ## Unicode support in user search