Skip to content
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

fr_FR.UTF-8 not available #1347

Open
mesobreira opened this issue Apr 19, 2021 · 2 comments
Open

fr_FR.UTF-8 not available #1347

mesobreira opened this issue Apr 19, 2021 · 2 comments

Comments

@mesobreira
Copy link

Hi,

We are using the crunchy-postgres images: centos8-12.6-4.6.2 and we would like to use an fr_FR.UTF8 collation.
However, it seems that this locale is not installed in the image:

CREATE COLLATION french (locale = 'fr_FR.utf8');
ERROR: could not create locale "fr_FR.utf8": No such file or directory
DETAIL: The operating system could not find any locale data for the locale name "fr_FR.utf8".

Am I doing something wrong or do I have to personalize your official images with locale fr?

  • Operating System: Centos 8.3
  • Container Image Tag: centos8-12.6-4.6.2
  • PostgreSQL Version: 12.6

Thanks,

Manuel S.

@bilemedimkq
Copy link

same issue.

@vtamara
Copy link

vtamara commented Jul 2, 2021

Similar issue in github actions. I'm needing support in PostgreSQL for es_CO.UTF-8. I tried several things, please see:
https://github.com/pasosdeJesus/sip/runs/2973909026?check_suite_focus=true

I the meantime I was able to configure CI in gitlab, mirroing from github and I could configure it with locale support (I had to deploy my own docker image with postgresql+postgis+locale-es but finally it works).

https://gitlab.com/pasosdeJesus/sip-ic/-/pipelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants