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
de24f3fd
Commit
de24f3fd
authored
Jun 22, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add back relative URL because of a bug
parent
3443e2fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/gitlab-geo/configuration.md
doc/gitlab-geo/configuration.md
+4
-4
No files found.
doc/gitlab-geo/configuration.md
View file @
de24f3fd
# GitLab Geo configuration
By now, you should have an
[
idea of GitLab Geo
](
README.md
)
and already set up
the
[
database replication
](
database.md
)
. There are a few more steps needed to
the
[
database replication
](
./
database.md
)
. There are a few more steps needed to
complete the process.
---
...
...
@@ -89,7 +89,7 @@ Host example.com # The FQDN of the primary Geo node
>**Note:**
You will need to setup your database into a
**Primary <-> Secondary (read-only)**
replication
topology, and your Primary node should always point to a database's Primary
instance. If you haven't done that already, read
[
database replication
](
database.md
)
.
instance. If you haven't done that already, read
[
database replication
](
./
database.md
)
.
Go to the server that you chose to be your primary, and visit
**Admin Area > Geo Nodes**
(
`/admin/geo_nodes`
) in order to add the Geo nodes.
...
...
@@ -121,7 +121,7 @@ up the secondary servers. This is handled by the primary server setup.
To install a secondary node, you must follow the normal GitLab Enterprise
Edition installation, with some extra requirements:
-
You should point your database connection to a
[
replicated instance
](
database.md
)
.
-
You should point your database connection to a
[
replicated instance
](
./
database.md
)
.
-
Your secondary node should be allowed to communicate via HTTP/HTTPS and
SSH with your primary node (make sure your firewall is not blocking that).
...
...
@@ -142,7 +142,7 @@ For Source installations it is stored at `/home/git/gitlab/config/secrets.yml`.
The final step will be to regenerate the keys for
`.ssh/authorized_keys`
using
the following command (HTTPS clone will still work without this extra step).
On the secondary node where the database is
[
already replicated
](
database.md
)
,
On the secondary node where the database is
[
already replicated
](
./
database.md
)
,
run the following:
```
...
...
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