Skip to content

setting up for matrix server #840

@leon1995

Description

@leon1995

Hi,

I am trying to setup a postgres db using docker for a matrix server.
The matrix server requires the db to have LC_CTYPE=C and LC_COLLATE=C to be set. However, when I set these in my docker-compose file, then the default encoding is SQL_ASCII, which is not compatible, because utf8 is required. I have not found an option, where I can set the encoding for the database, when both env vars are set. LC_ALL=en_US.UTF-8 seems to override both of them.

I hope you can help me :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions