summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-03-29 14:32:50 +0100
committerGitHub <noreply@github.com>2022-03-29 14:32:50 +0100
commit4d693f9b7964b8be055e83f2154d357ecac6b5f3 (patch)
tree5163893c184a5d04821cba9c38633a054ece9067 /CHANGES.md
parentMove warning of open registration to v1.56 upgrade notes (#12322) (diff)
downloadsynapse-4d693f9b7964b8be055e83f2154d357ecac6b5f3.tar.xz
Add note in changelog of non-C type locale causing Synapse to refuse to start (#12323)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a9ac4a5d3d..de40921bff 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -12,6 +12,11 @@ This check can be disabled by setting the `enable_registration_without_verificat
 homeserver configuration file to `true`. More details are available in the
 [upgrade notes](https://matrix-org.github.io/synapse/v1.56/upgrade.html#open-registration-without-verification-is-now-disabled-by-default).
 
+Synapse will additionally now refuse to start when using PostgreSQL with a non-`C` values for `COLLATE` and `CTYPE`, unless
+the config flag `allow_unsafe_locale`, found in the database section of the configuration file, is set to `true`. See the
+[upgrade notes](https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale)
+for details.
+
 Features
 --------