Closed majestique closed 5 years ago
Well, if the authentication credentials are correct - yes, you should be able to start pgweb and access it on port 8081. Looks like you might have some modifications made to authentication methods in your pg_hba.conf
file, which produces the error you're seeing.
Thanks for that, it's running now and it looks like it's listening but I can't seem to connect. (I can connect to port 5432) just fine.
I can connect to port 5432 just fine:
my firewall is open on port 8081 as well:
Any idea why it's not working?
Got it to run with --bind=0.0.0.0
After installing it on CentOS:
We just execute:
pgweb --host localhost --user myuser --pass mypw --db mydb
and it should run on port 8081?
I keep on getting this: