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
e5c2ba8f
Commit
e5c2ba8f
authored
Nov 24, 2017
by
Richard Clamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't say how big our solutions are in the heading
If we decide to change the description links will be screwy
parent
2b57ce6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
doc/administration/high_availability/database.md
doc/administration/high_availability/database.md
+9
-4
No files found.
doc/administration/high_availability/database.md
View file @
e5c2ba8f
...
@@ -543,9 +543,12 @@ able to login, and create issues and merge requests.
...
@@ -543,9 +543,12 @@ able to login, and create issues and merge requests.
Here we'll show you some fully expanded example configurations.
Here we'll show you some fully expanded example configurations.
#### Example recommended setup
. 3 consul servers, 3 postgresql, 1 application node
#### Example recommended setup
In this example we start with all servers on the same 10.6.0.0/16 private network range, they can connect to each freely other on those addresses.
This example uses 3 consul servers, 3 postgresql servers, and 1 application node.
We start with all servers on the same 10.6.0.0/16 private network range, they
can connect to each freely other on those addresses.
Here is a list and description of each machine and the assigned IP:
Here is a list and description of each machine and the assigned IP:
...
@@ -720,9 +723,11 @@ After deploying the configuration follow these steps:
...
@@ -720,9 +723,11 @@ After deploying the configuration follow these steps:
gitlab-rake gitlab:db:configure
gitlab-rake gitlab:db:configure
```
```
#### Example minimal setup. 3 database servers, 1 application node
#### Example minimal setup
This example uses 3 postgresql servers, and 1 application node.
This example is more minimal.
It moves the consul servers into the same nodes we use for the PostgreSQL servers.
It moves the consul servers into the same nodes we use for the PostgreSQL servers.
In this example we start with all servers on the same 10.6.0.0/16 private network range, they can connect to each freely other on those addresses.
In this example we start with all servers on the same 10.6.0.0/16 private network range, they can connect to each freely other on those addresses.
...
...
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