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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b10b6f96
Commit
b10b6f96
authored
May 25, 2016
by
Drew Blessing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new HA diagrams [ci skip]
parent
f68f837d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
doc/administration/high_availability/README.md
doc/administration/high_availability/README.md
+4
-0
doc/administration/img/high_availability/active-active-diagram.png
...istration/img/high_availability/active-active-diagram.png
+0
-0
doc/administration/img/high_availability/active-passive-diagram.png
...stration/img/high_availability/active-passive-diagram.png
+0
-0
No files found.
doc/administration/high_availability/README.md
View file @
b10b6f96
...
...
@@ -19,6 +19,8 @@ Components/Servers Required:
-
2 servers/virtual machines (one active/one passive)
![
Active/Passive HA Diagram
](
../img/high_availability/active-passive-diagram.png
)
### Active/Active
This architecture scales easily because all application servers handle
...
...
@@ -26,6 +28,8 @@ user requests simultaneously. The database, Redis, and GitLab application are
all deployed on separate servers. The configuration is
**only**
highly-available
if the database, Redis and storage are also configured as such.
![
Active/Active HA Diagram
](
../img/high_availability/active-active-diagram.png
)
**Steps to configure active/active:**
1.
[
Configure the database
](
database.md
)
...
...
doc/administration/img/high_availability/active-active-diagram.png
0 → 100644
View file @
b10b6f96
28.9 KB
doc/administration/img/high_availability/active-passive-diagram.png
0 → 100644
View file @
b10b6f96
23.7 KB
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