Commit bf13694d authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-19' into 'master'

Correct replicate-geo-database --host parameter example

See merge request gitlab-org/gitlab-ee!10979
parents ebccbac1 74879b8a
...@@ -408,7 +408,7 @@ data before running `pg_basebackup`. ...@@ -408,7 +408,7 @@ data before running `pg_basebackup`.
```sh ```sh
gitlab-ctl replicate-geo-database \ gitlab-ctl replicate-geo-database \
--slot-name=<secondary_node_name> \ --slot-name=<secondary_node_name> \
--host=<secondary_node_ip> --host=<primary_node_ip>
``` ```
When prompted, enter the _plaintext_ password you set up for the `gitlab_replicator` When prompted, enter the _plaintext_ password you set up for the `gitlab_replicator`
......
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