password authentication failed for user <username>. Role <username> does not exist #1253
dyaipayan22
started this conversation in
General
Replies: 2 comments 2 replies
-
It looks to me like something is trying to connect to the db in the container using a user that doesn't exist |
Beta Was this translation helpful? Give feedback.
2 replies
-
On Windows, if you installed PGAdmin locally from an installer, you will probably have PostgreSQL installed as well, make sure you uninstall it and run everything from Docker only |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run postgres using docker-compose. On migrating with drizzle, I can preview the tables in drizzle-studio but getting this error when trying to check a POST request using postman. According to the discussions earlier, I tried deleting volumes but it did not help. I do not have postgres installed on my windows which could have been a reason for the error.
docker-compose.yml
logs
Beta Was this translation helpful? Give feedback.
All reactions