Skip to content
Snippets Groups Projects
Verified Commit 04582561 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

matrix: use C locale for the synapse database

Synapse needs the database to be in C locale. Since v1.56.0, it refuses
to start when this is not the case, see [upgrade.md][1].

[1]: https://github.com/matrix-org/synapse/blob/v1.56.0/docs/upgrade.md#change-in-behaviour-for-postgresql-databases-with-unsafe-locale
parent 2c681a35
No related branches found
No related tags found
1 merge request!559matrix: use C locale for the synapse database
Pipeline #17596 passed
......@@ -172,7 +172,7 @@
- restart postgres
- name: add synapse postgres db
postgresql_db: db=synapse
postgresql_db: db=synapse lc_collate=C lc_ctype=C template=template0
become: true
become_user: postgres
become_method: su
......
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