postgresqlTestHook: explicitly set encoding to UTF8 (#479043)

This commit is contained in:
Wolfgang Walther
2026-01-12 20:05:07 +00:00
committed by GitHub
@@ -54,7 +54,7 @@ EOF
false
fi
echo 'initializing postgresql'
initdb -U postgres
initdb --encoding=UTF8 -U postgres
echo "$postgresqlExtraSettings" >>"$PGDATA/postgresql.conf"