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
40f61ce2
Commit
40f61ce2
authored
Mar 11, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing info on Geo workflow
[ci skip]
parent
7383582f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
doc/administration/gitlab-geo/README.md
doc/administration/gitlab-geo/README.md
+10
-3
No files found.
doc/administration/gitlab-geo/README.md
View file @
40f61ce2
...
...
@@ -42,17 +42,24 @@ GitLab Geo requires some additional work installing and configuring your
instance, than a normal setup.
There are two main things you need to do in order to have one or more GitLab
Geo instances:
Geo instances
. Follow the steps below in the order that they appear
:
1.
The very first step you need to take, is
[
setup a database replication
](
database.md
)
in
`master <-> slave`
topology
1.
Then you have to
[
configure GitLab
](
configuration.md
)
and set the primary
1.
Then
,
you have to
[
configure GitLab
](
configuration.md
)
and set the primary
and secondary nodes
Follow the above steps in that order.
After you set up the database replication and configure the GitLab Geo nodes,
there are a few things to consider:
1.
When you create a new project in the primary node, the Git repository will
appear in the secondary after the first
`git push`
1.
To fetch from the secondary node, a separate remote URL must be set in your
Git repository locally
## Current limitations
-
The secondary node cannot be used for browsing
-
You cannot push code to secondary nodes
-
Git LFS is not supported yet
-
Git Annex is not supported yet
...
...
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