Skip to content
Snippets Groups Projects
Unverified Commit 5859e2fe authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Mention the new behaviour on unsafe database locale in the upgrade notes (#12288)


Co-authored-by: default avatarShay <hillerys@element.io>
parent 8b7b371f
No related branches found
No related tags found
No related merge requests found
Refuse to start if DB has non-`C` locale, unless config flag `allow_unsafe_db_locale` is set to true.
......@@ -99,6 +99,13 @@ experimental_features:
groups_enabled: false
```
## Change in behaviour for PostgreSQL databases with unsafe locale
Synapse now refuses to start when using PostgreSQL with 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 [PostgreSQL documentation](https://matrix-org.github.io/synapse/latest/postgres.html#fixing-incorrect-collate-or-ctype)
for more information and instructions on how to fix a database with incorrect values.
# Upgrading to v1.55.0
## `synctl` script has been moved
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment