Commit 95f5c278 authored by Brett Walker's avatar Brett Walker

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

on what we need to check
parent b3a3ae67
...@@ -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