summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-25 17:46:00 +0000
committerGitHub <noreply@github.com>2020-02-25 17:46:00 +0000
commite66f099ca952ef47944c7bba3fd942f98245d39f (patch)
treefd0130a08c611abb71b6239181cd479f5703f6a7 /changelog.d
parentMerge worker apps into one. (#6964) (diff)
downloadsynapse-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.feature1
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.