admin The document website provides a ssh tunneling mechanism, which I trying to use for convenient debugging. But after making the tunneling, local psql doesn't connect.
$ psql -h localhost -p 45432 -U my_serv00_db -W
Password:
psql: error: connection to server at "localhost" (::1), port 45432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
connection to server at "localhost" (127.0.0.1), port 45432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
does the mechanism no longer work, or I didn't make it right?