Collation warning #91
bartoszgralek
started this conversation in
General
Replies: 1 comment 3 replies
-
Are you using an alpine postgres image? The docker-postgres-upgrade image is based on a debian image. The collation error occurs if the image used to migrate the database and the one running it afterwards use different C-libraries (according to this article) I had the same problem and switched from the alpine image to a debian one (the postgres images without the "alpine" suffix) and got a different warning:
But this can be fixed with the steps you already mentioned:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I've just recently upgraded from 10 to 15, and mostly everything worked fine. I had to add also
host all all all md5
to my pg_hba.config and then the container started. Now I am trying to get rid of this warning message that appears every time that something is being retrieved from database:I've tried the things that people on the internet suggested like:
but none of them seems to work. The guy here seems to have the same problem
Send help
Beta Was this translation helpful? Give feedback.
All reactions