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
d1ad5980
Commit
d1ad5980
authored
Nov 24, 2017
by
Richard Clamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify 'on each server' more strongly
parent
e5c2ba8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/administration/high_availability/database.md
doc/administration/high_availability/database.md
+5
-5
No files found.
doc/administration/high_availability/database.md
View file @
d1ad5980
...
...
@@ -568,7 +568,7 @@ Please note that after the initial configuration, if a failover occurs, the Post
##### Example recommended setup for Consul servers
In
`/etc/gitlab/gitlab.rb`
:
On each server edit
`/etc/gitlab/gitlab.rb`
:
```
ruby
# Disable all components except Consul
...
...
@@ -595,7 +595,7 @@ consul['configuration'] = {
##### Example recommended setup for PostgreSQL servers
In
`/etc/gitlab/gitlab.rb`
:
On each server edit
`/etc/gitlab/gitlab.rb`
:
```
ruby
# Disable all components except PostgreSQL and Repmgr and Consul
...
...
@@ -641,7 +641,7 @@ consul['configuration'] = {
##### Example recommended setup for application server
In
`/etc/gitlab/gitlab.rb`
:
On the server edit
`/etc/gitlab/gitlab.rb`
:
```
ruby
external_url
'http://gitlab.example.com'
...
...
@@ -746,7 +746,7 @@ Please note that after the initial configuration, if a failover occurs, the Post
##### Example minimal configuration for database servers
In
`/etc/gitlab/gitlab.rb`
:
On each server edit
`/etc/gitlab/gitlab.rb`
:
```
ruby
# Disable all components except PostgreSQL, Repmgr, and Consul
...
...
@@ -793,7 +793,7 @@ consul['configuration'] = {
##### Example minimal configuration for application server
In
`/etc/gitlab/gitlab.rb`
:
On the server edit
`/etc/gitlab/gitlab.rb`
:
```
ruby
external_url
'http://gitlab.example.com'
...
...
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