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
86002878
Commit
86002878
authored
Mar 10, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add links to other docs
parent
9ad9a532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
doc/administration/gitlab-geo/configuration.md
doc/administration/gitlab-geo/configuration.md
+14
-5
No files found.
doc/administration/gitlab-geo/configuration.md
View file @
86002878
# GitLab Geo configuration
Other relevant documents:
-
[
GitLab Geo overview
](
README.md
)
-
[
GitLab database replication
](
./database.md
)
---
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
...
...
@@ -31,6 +38,11 @@ gitlab-rake gitlab:shell:setup
## Primary Node setup
>**Note:**
You will need to setup your database into a
**Master <-> Slave**
replication
topology, and your Primary node should always point to a database's Master
instance. If you haven't done that already, read
[
database replication
](
database.md
)
.
To turn your GitLab instance into a primary Geo node, go to
**Admin Area > Geo Nodes**
(
`/admin/geo_nodes`
).
...
...
@@ -51,15 +63,12 @@ your GitLab instance runs on (unless changed, should be the user `git`).
Repeat the same instructions to add your secondaries instances remembering not
to check
`This is a primary node`
, and to use the correct Public Key.
You will need to setup your database into a
**Master <-> Slave**
replication
topology, and your Primary node should always point to a database's
Master instance.
## Secondary Node
To install a secondary node, you must follow your a normal GitLab install
instructions with some extra requirements:
-
You should point your database connection to a Slave replicated instance.
-
You should point your database connection to a Slave
[
replicated instance
](
database.md
)
.
-
Your secondary node should be allowed to communicate by HTTP/HTTPS and
SSH with your primary node (make sure your firewall is not blocking that).
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