Add warning about interaction with full dumps.

clokep/db-upgrades
Patrick Cloke 2023-09-28 09:17:33 -04:00
parent 1c69449179
commit e1813f21ce
1 changed files with 3 additions and 0 deletions

View File

@ -143,4 +143,7 @@ BACKGROUND_UPDATES_COMPAT_VERSION = (
This value is checked on startup against any pending background updates. If there 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 are any pending background updates less than BACKGROUND_UPDATES_COMPAT_VERSION, then
Synapse will refuse to start. Synapse will refuse to start.
In order to work with *new* databases this *must* be smaller than the latest full
dump of the database.
""" """