@@ -237,16 +225,46 @@ will not be able to perform all necessary configuration steps. Refer to
...
@@ -237,16 +225,46 @@ will not be able to perform all necessary configuration steps. Refer to
1. Check to make sure your firewall rules are set so that the secondary nodes
1. Check to make sure your firewall rules are set so that the secondary nodes
can access port `5432` on the primary node.
can access port `5432` on the primary node.
1. Save the file and [reconfigure GitLab][] for the DB listen changes to take effect.
This will fail and is expected.
1. Save the file and [reconfigure GitLab][] for the database listen changes to
1. You will need to manually restart postgres `gitlab-ctl restart postgresql` until [Omnibus#2797](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2797) gets fixed.
take effect.
1. You should now reconfigure again, and it should complete cleanly.
1. New for 9.4: Restart your primary PostgreSQL server to ensure the replication slot changes
**This step will fail.** This is caused by
take effect (`sudo gitlab-ctl restart postgresql` for Omnibus-provided PostgreSQL).