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
fa6faa0e
Commit
fa6faa0e
authored
Apr 19, 2018
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Geo] Disaster Recovery doc improvement
parent
fe4b55d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/administration/geo/disaster_recovery/index.md
doc/administration/geo/disaster_recovery/index.md
+4
-1
No files found.
doc/administration/geo/disaster_recovery/index.md
View file @
fa6faa0e
...
...
@@ -188,7 +188,7 @@ and after that you also need two extra steps.
### Step 1. Prepare the new primary to serve one or more secondaries
1.
SSH into your
**second
ary**
and login as root:
1.
SSH into your
new
**prim
ary**
and login as root:
```bash
sudo -i
...
...
@@ -197,6 +197,9 @@ and after that you also need two extra steps.
1.
Edit
`/etc/gitlab/gitlab.rb`
```ruby
## Enable a Geo Primary role (if you haven't yet)
geo_primary_role['enable'] = true
##
# Primary and Secondary addresses
# - replace '1.2.3.4' with the primary public or VPC address
...
...
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