mattermost: tests: use UTF-8 for database charset

There is a new test that checks this.
This commit is contained in:
Morgan Jones
2025-08-23 22:09:04 -07:00
parent 6cc8a8cdb5
commit 749675c629
+1 -1
View File
@@ -337,7 +337,7 @@ mattermost.overrideAttrs (
# Start Postgres.
export PGDATA="$NIX_BUILD_TOP/.postgres"
initdb -U postgres
initdb -E UTF8 -U postgres
mkdir -p "$PGDATA/run"
cat <<EOF >> "$PGDATA/postgresql.conf"
unix_socket_directories = '$PGDATA/run'