You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/upgrade.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,13 @@ experimental_features:
99
99
groups_enabled: false
100
100
```
101
101
102
+
## Change in behaviour for PostgreSQL databases with unsafe locale
103
+
104
+
Synapse now refuses to start when using PostgreSQL with non-`C` values for`COLLATE` and
105
+
`CTYPE` unless the config flag `allow_unsafe_locale`, found in the database section of
106
+
the configuration file, is set to `true`. See the [PostgreSQL documentation](https://matrix-org.github.io/synapse/latest/postgres.html#fixing-incorrect-collate-or-ctype)
107
+
for more information and instructions on how to fix a database with incorrect values.
0 commit comments