diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-25 17:46:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 17:46:00 +0000 |
commit | e66f099ca952ef47944c7bba3fd942f98245d39f (patch) | |
tree | fd0130a08c611abb71b6239181cd479f5703f6a7 /changelog.d | |
parent | Merge worker apps into one. (#6964) (diff) | |
download | synapse-e66f099ca952ef47944c7bba3fd942f98245d39f.tar.xz |
Sanity-check database before running upgrades (#6982)
Some of the database deltas rely on `config.server_name` being set correctly, so we should check that it is before running the deltas. Fixes #6870.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6982.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6982.feature b/changelog.d/6982.feature new file mode 100644 index 0000000000..934cc5141a --- /dev/null +++ b/changelog.d/6982.feature @@ -0,0 +1 @@ +Check that server_name is correctly set before running database updates. |