Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b5ab5dc1
Commit
b5ab5dc1
authored
Dec 31, 2021
by
Christopher Guitarte
Committed by
Achilleas Pipinellis
Dec 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to make it more clear how to config geo.
parent
e431c750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
doc/administration/geo/replication/configuration.md
doc/administration/geo/replication/configuration.md
+8
-7
No files found.
doc/administration/geo/replication/configuration.md
View file @
b5ab5dc1
...
...
@@ -199,20 +199,21 @@ keys must be manually replicated to the **secondary** site.
gitlab-ctl reconfigure
```
1.
On the top bar, select
**Menu > Admin**
.
1.
On the left sidebar, select
**Geo > Sites**
.
1.
Select
**New site**
.
1.
Navigate to the Primary Node GitLab Instance:
1.
On the top bar, select
**Menu > Admin**
.
1.
On the left sidebar, select
**Geo > Sites**
.
1.
Select
**Add site**
.
!
[
Add secondary site
](
img/adding_a_secondary_v13_3.png
)
1.
Fill in
**Name**
with the
`gitlab_rails['geo_node_name']`
in
1.
Fill in
**Name**
with the
`gitlab_rails['geo_node_name']`
in
`/etc/gitlab/gitlab.rb`
. These values must always match
*exactly*
, character
for character.
1.
Fill in
**URL**
with the
`external_url`
in
`/etc/gitlab/gitlab.rb`
. These
1.
Fill in
**URL**
with the
`external_url`
in
`/etc/gitlab/gitlab.rb`
. These
values must always match, but it doesn't matter if one ends with a
`/`
and
the other doesn't.
1.
Optionally, c
hoose which groups or storage shards should be replicated by the
1.
(Optional) C
hoose which groups or storage shards should be replicated by the
**secondary**
site. Leave blank to replicate all. Read more in
[
selective synchronization
](
#selective-synchronization
)
.
1.
Select
**Add site
**
to add the
**secondary**
site.
1.
Select
**Save changes
**
to add the
**secondary**
site.
1.
SSH into
**each Rails, and Sidekiq node on your secondary**
site and restart the services:
```
shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment