Skip to content

change "netstat -plnt" to "netstat -plnt | grep 5432" to focus the output

Brett Walker requested to merge bw-update-netstat-cmd-doc into master

Updated the command (in Geo database instructions) we ask them to run to verify that PostrgeSQL is accepting remote connections. Using netstat -plnt generates lots of output, while netstat -plnt | grep 5432 focuses it down.

Edited by Brett Walker

Merge request reports

Loading