hi guys,
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?