mattermost: tests: use UTF-8 for database charset
There is a new test that checks this.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user