summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-03-25 10:56:18 +0100
committerGitHub <noreply@github.com>2022-03-25 10:56:18 +0100
commit5859e2fe0cd23228192de7c40b8b1c760efa77d2 (patch)
treedb8efdc5a7a0550ef498d2b8e556b596fab7103f /changelog.d
parentRe-enable test concurrency on Complement (#12283) (diff)
downloadsynapse-5859e2fe0cd23228192de7c40b8b1c760efa77d2.tar.xz
Mention the new behaviour on unsafe database locale in the upgrade notes (#12288)
Co-authored-by: Shay <hillerys@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12288.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12288.misc b/changelog.d/12288.misc
new file mode 100644
index 0000000000..ee8fbfd290
--- /dev/null
+++ b/changelog.d/12288.misc
@@ -0,0 +1 @@
+Refuse to start if DB has non-`C` locale, unless config flag `allow_unsafe_db_locale` is set to true.