Commit 74879b8a authored by Kári Víká's avatar Kári Víká

Correct replicate-geo-database --host parameter example

parent ebccbac1
......@@ -408,7 +408,7 @@ data before running `pg_basebackup`.
```sh
gitlab-ctl replicate-geo-database \
--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`
......
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