This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
Cant access database #995
Unanswered
PiotrJagla
asked this question in
Q&A
Replies: 1 comment
-
Hi, there. Please change password using command line: |
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
-
Hello!


While getting frontend and backend setup, i encoutered a problem where i cant access a databse because dbpassword password is not correct for dbuser user.
i run the docker container with databse and conected to postgres in powershell terminal by running commands:
docker exec -it book_project_db bash
and in the bash:
psql -U dbuser -d book_project_db
and i can see realtions table
but still i cant access database in intelij because of failed authentication as in the screenshot above
Am i missing something?
Thanks in advance for help!
Beta Was this translation helpful? Give feedback.
All reactions