Skip to content

Commit d18edb4

Browse files
author
Ben Prescott_
committed
Add sslmode to instructions for replicate-geo-database
1 parent 05b9bc0 commit d18edb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/settings/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ replication user's password.
11971197
command:
11981198
11991199
```shell
1200-
sudo gitlab-ctl replicate-geo-database --slot-name=SECONDARY_SLOT_NAME --host=PRIMARY_HOST_NAME
1200+
sudo gitlab-ctl replicate-geo-database --slot-name=SECONDARY_SLOT_NAME --host=PRIMARY_HOST_NAME --sslmode=verify-ca
12011201
```
12021202
12031203
You will be prompted for the replication user's password of the primary. Replace `SECONDARY_SLOT_NAME` with the slot name retrieved from the first step above.

0 commit comments

Comments
 (0)