Skip to content

Commit 4ac4409

Browse files
axilleasBen Prescott_
andcommitted
Merge branch 'docs-bprescott/20240402-geotlsdatabase' into 'master'
Add sslmode to instructions for replicate-geo-database Closes #7842 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7514 Merged-by: Achilleas Pipinellis <[email protected]> Approved-by: Achilleas Pipinellis <[email protected]> Co-authored-by: Ben Prescott_ <[email protected]>
2 parents 8244247 + d18edb4 commit 4ac4409

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)