Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4d693f9

Browse files
Add note in changelog of non-C type locale causing Synapse to refuse to start (#12323)
1 parent 013f3f5 commit 4d693f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ This check can be disabled by setting the `enable_registration_without_verificat
1212
homeserver configuration file to `true`. More details are available in the
1313
[upgrade notes](https://matrix-org.github.io/synapse/v1.56/upgrade.html#open-registration-without-verification-is-now-disabled-by-default).
1414

15+
Synapse will additionally now refuse to start when using PostgreSQL with a non-`C` values for `COLLATE` and `CTYPE`, unless
16+
the config flag `allow_unsafe_locale`, found in the database section of the configuration file, is set to `true`. See the
17+
[upgrade notes](https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale)
18+
for details.
19+
1520
Features
1621
--------
1722

0 commit comments

Comments
 (0)