You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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?
Thanks,
Manuel S.
The text was updated successfully, but these errors were encountered: