From e1813f21ce3be29c3e14dd490b7cc5c885887bbe Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 28 Sep 2023 09:17:33 -0400 Subject: [PATCH] Add warning about interaction with full dumps. --- synapse/storage/schema/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index 3bf9eeeca9..eb461a151c 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -143,4 +143,7 @@ BACKGROUND_UPDATES_COMPAT_VERSION = ( This value is checked on startup against any pending background updates. If there are any pending background updates less than BACKGROUND_UPDATES_COMPAT_VERSION, then Synapse will refuse to start. + +In order to work with *new* databases this *must* be smaller than the latest full +dump of the database. """