jorrand
1
Im getting this error when I try to connect my local postgres db
Connection issue SQL Database Connector issue: Connection attempt failed: connect ECONNREFUSED
My db string is postgres://my_username:my_password@localhost:5432/bubble (local db name)
Not sure why it won’t connect.
Just be sure isn’t the case
jorrand
3
There was an @ symbol when I connected to my local pg admin server, I changed it but no luck.
Use port number 22 (for sftp) instead of 21 (normal ftp).
jorrand
5
So I need to activate ssh tunneling? What is the Tunnel Host?
It will be easier if you can access to the outside world instead of local (with all restrictions). Just an idea. Can’t help that much from here.