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
5487dc83
Commit
5487dc83
authored
May 21, 2017
by
Gabriel Mazetto
Committed by
Achilleas Pipinellis
May 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant documented steps for Geo Setup
parent
c75f2792
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
doc/gitlab-geo/README.md
doc/gitlab-geo/README.md
+2
-1
doc/gitlab-geo/configuration.md
doc/gitlab-geo/configuration.md
+0
-12
doc/gitlab-geo/database.md
doc/gitlab-geo/database.md
+1
-0
No files found.
doc/gitlab-geo/README.md
View file @
5487dc83
...
...
@@ -3,7 +3,8 @@
> **Notes:**
-
GitLab Geo is part of
[
GitLab Enterprise Edition Premium
][
ee
]
.
-
Introduced in GitLab Enterprise Edition 8.9.
We recommend you use it with at least GitLab Enterprise Edition 8.14.
We recommend you use it with at least GitLab Enterprise Edition 8.14 for
basic Geo features, or latest version for a better experience.
-
You should make sure that all nodes run the same GitLab version.
GitLab Geo allows you to replicate your GitLab instance to other geographical
...
...
doc/gitlab-geo/configuration.md
View file @
5487dc83
...
...
@@ -137,18 +137,6 @@ sensitive data in the database. Any secondary node must have the
sudo -i
```
1. Edit `
/etc/gitlab/gitlab.rb
`:
```
geo_postgresql['enable'] = true
```
1. Reconfigure GitLab:
```
sudo gitlab-ctl reconfigure
```
1. Get the contents of `
id_rsa.pub
` key that was pre-generated by Omnibus GitLab
and copy them:
...
...
doc/gitlab-geo/database.md
View file @
5487dc83
...
...
@@ -171,6 +171,7 @@ The following guide assumes that:
```ruby
geo_secondary_role['enable'] = true
geo_postgresql['enable'] = true
```
1.
[
Reconfigure GitLab
][]
for the changes to take effect.
...
...
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