-
Notifications
You must be signed in to change notification settings - Fork 26
Swedish locale is missing #17
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
Comments
I noticed your previous legacy image usage was an Alpine-based image. The next-gen images are Ubuntu only. I wonder if that has something to do with this issue. Let's find out. The tags If we have to manually start including various locales that are out there, I don't think that's something we'd want to do with this image. I don't think the legacy image did that though so I'm hoping this update ends up working for you. |
This is possibly related to #21 , can you try the image again to see if it is now working for you? Thanks! |
Postgres starts up again now. But there is the same locale problem as before. |
It's now been several months, and still no progress afaict. Please see the linked issue above, from @cexbrayat. Clearly I am not the only one having problems with this. I don't think it is unreasonable for us to expect the new images to be functionally identical to the old ones. |
Just FYI, I just tried with the official alpine image |
Okay. So this issue has been open for awhile now. I got around to doing some research on this. We are not going to solve this issue in the near future and this is why:
Apologies for the time it took for us to come to a definitive response to this issue. |
We are using the circle postgres 9.6 image to execute tests against a real database. We have been using the image
circleci/postgres:9.6-alpine-ram
without issues. Now when I try switching tocimg/postgres:9.6-postgis
I get an error message about missing locale:I tried getting around this by putting
locale-gen sv_SE.UTF-8
in the startup command for the postgres image, but to no success. I am unable to get it to generate the locale and start postgres.I also gave it a go using the postgres 13.4 image, but the locale is missing there too. Is this a mistake, or a deliberate omission?
The text was updated successfully, but these errors were encountered: