Commit 206fab80 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'bw-update-netstat-cmd-doc' into 'master'

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

See merge request gitlab-org/gitlab-ee!4055
parents 2284cf68 95f5c278
...@@ -225,8 +225,8 @@ The following guide assumes that: ...@@ -225,8 +225,8 @@ The following guide assumes that:
``` ```
1. Now that the PostgreSQL server is set up to accept remote connections, run 1. Now that the PostgreSQL server is set up to accept remote connections, run
`netstat -plnt` to make sure that PostgreSQL is listening on port `5432` to `netstat -plnt | grep 5432` to make sure that PostgreSQL is listening on port
the primary server's private address. `5432` to the primary server's private address.
1. A certificate was automatically generated when GitLab was reconfigured. This 1. A certificate was automatically generated when GitLab was reconfigured. This
will be used automatically to protect your PostgreSQL traffic from will be used automatically to protect your PostgreSQL traffic from
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment