-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support locale and template #406
Comments
I am also looking at that, for installing synapse on openshift. Right now, it fail with:
Referring to that doc. |
@mscherer seems like you have a fork for this, would you mind creating a PR for this? We could take a look. |
mscherer
added a commit
to mscherer/postgresql-container
that referenced
this issue
Oct 2, 2024
Signed-off-by: Michael Scherer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
I would like to create a database that support template and locale out of the box without customizing the Dockerfile. Is there any environment variable that I can use to pass the locale and template?
createdb oak -l C -T template0
https://www.postgresql.org/docs/12/sql-createdatabase.html
Thanks
The text was updated successfully, but these errors were encountered: