-
- Downloads
postgres: Allow specifying locale per-machine
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]. Replace `en_US.UTF-8` with a variable where present and adapt the `upgrade_pg.sh` script to copy the locale from the old cluster. [1]: https://github.com/matrix-org/synapse/blob/c1482a352acd35055db93f5d0b5de1bec8974fa0/docs/upgrade.md#upgrading-to-v1560
parent
2c681a35
No related branches found
No related tags found
Showing
- playbooks/matrix.archlinux.org.yml 1 addition, 0 deletionsplaybooks/matrix.archlinux.org.yml
- roles/postgres/defaults/main.yml 2 additions, 0 deletionsroles/postgres/defaults/main.yml
- roles/postgres/files/upgrade_pg.sh 4 additions, 1 deletionroles/postgres/files/upgrade_pg.sh
- roles/postgres/tasks/main.yml 1 addition, 1 deletionroles/postgres/tasks/main.yml
- roles/postgres/templates/postgresql.conf.j2 4 additions, 4 deletionsroles/postgres/templates/postgresql.conf.j2
Please register or sign in to comment