We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error during postgres startup,
sh: locale: not found 2025-01-30 10:33:25.556 UTC [36] WARNING: no usable system locales were found
I dont see any issues beacuse of this. Databases are created with en-US ICU locale,
Need to understand if there is anything needs to be configure to avoid this error. Also are there any impact because of this error?
Currently I'm using, postgres:16.6-alpine3.20
postgres:16.6-alpine3.20
I tried setting this environment variable, still it is not resolved,
POSTGRES_INITDB_ARGS: --locale-provider=icu --icu-locale=en-US
The text was updated successfully, but these errors were encountered:
See #337
Sorry, something went wrong.
No branches or pull requests
Getting this error during postgres startup,
I dont see any issues beacuse of this. Databases are created with en-US ICU locale,
Need to understand if there is anything needs to be configure to avoid this error. Also are there any impact because of this error?
Currently I'm using,
postgres:16.6-alpine3.20
I tried setting this environment variable, still it is not resolved,
POSTGRES_INITDB_ARGS: --locale-provider=icu --icu-locale=en-US
The text was updated successfully, but these errors were encountered: