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:
WARNING: database "my_database" has no actual collation version, but a version was recorded
I've tried the things that people on the internet suggested like:
REINDEX SYSTEM my_database
REINDEX DATABASE my_database
ALTER DATABASE my_database REFRESH COLLATION VERSION
but none of them seems to work. The guy here seems to have the same problem
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