BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d86cd7c3
Commit
d86cd7c3
authored
Dec 19, 2017
by
Richard Clamp
Committed by
Marin Jankovski
Dec 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy up the documentation of Gitlab HA/Gitlab Application
parent
7ed3759e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
gitlab.md
doc/administration/high_availability/gitlab.md
+2
-3
No files found.
doc/administration/high_availability/gitlab.md
View file @
d86cd7c3
# Configuring GitLab for HA
# Configuring GitLab for HA
Assuming you have already configured a
database, Redis, and NFS
, you can
Assuming you have already configured a
[
database
](
database.md
)
,
[
Redis
](
redis.md
)
, and
[
NFS
](
nfs.md
)
, you can
configure the GitLab application server(s) now. Complete the steps below
configure the GitLab application server(s) now. Complete the steps below
for each GitLab application server in your environment.
for each GitLab application server in your environment.
...
@@ -56,8 +56,7 @@ for each GitLab application server in your environment.
...
@@ -56,8 +56,7 @@ for each GitLab application server in your environment.
high_availability['mountpoint'] = '/var/opt/gitlab/git-data'
high_availability['mountpoint'] = '/var/opt/gitlab/git-data'
# Disable components that will not be on the GitLab application server
# Disable components that will not be on the GitLab application server
postgresql['enable'] = false
roles ['application_role']
redis['enable'] = false
# PostgreSQL connection details
# PostgreSQL connection details
gitlab_rails['db_adapter'] = 'postgresql'
gitlab_rails['db_adapter'] = 'postgresql'
...
...
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