You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
I was trying to use this project but couldn't even pass the connection screen.
Here is what I have:
configured a connection to my local database (no ssh tunnel) with postgres user and password
postgresql type of connection is chosen
host is localhost (program is running on the same server where postgresql is running)
When I try to connect I'm getting ERROR: password authentication failed for user "postgres". At the same time psql -Upostgres -h localhost works correctly (it asks for my password and then logs me in)
Could you please help me to solve this? Maybe I should configure my database server in some kind of special way to use this app?
The text was updated successfully, but these errors were encountered:
Also seeing this. I set up a connection via the GUI and it worked perfectly, then I accessed that same connection from the term and it would not connect. Seems like a bug.
hi guys,
I was trying to use this project but couldn't even pass the connection screen.
Here is what I have:
postgres
user and passwordlocalhost
(program is running on the same server where postgresql is running)When I try to connect I'm getting
ERROR: password authentication failed for user "postgres"
. At the same timepsql -Upostgres -h localhost
works correctly (it asks for my password and then logs me in)Could you please help me to solve this? Maybe I should configure my database server in some kind of special way to use this app?
The text was updated successfully, but these errors were encountered: