Tagged Questions
0
votes
1answer
45 views
SSH tunnel to a postgres database [closed]
Currently I develop on a remote dev server. I SSH into the dev server (using SSH keys) as
ssh -p 22222 user@devbox.com
Then from the dev server, I connect to the database over the local network
...
1
vote
2answers
242 views
ssh connection interrupted while interactive psql running command--will command finish? Can I reconnect?
I was using interactive psql to run a reindex on one of our databases.
Unfortunately, the ssh connection dropped while the reindex was still running and I had foolishly not put psql inside a screen ...