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
44b082c7
Commit
44b082c7
authored
Dec 08, 2016
by
Ian Baum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating reference to database password
postgresql['sql_password'] is not used, should be gitlab_rails['db_password']
parent
10d4b20a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
database.md
doc/administration/high_availability/database.md
+2
-2
No files found.
doc/administration/high_availability/database.md
View file @
44b082c7
...
...
@@ -41,7 +41,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
mailroom['enable'] = false
# PostgreSQL configuration
postgresql['sql
_password'] = 'DB password'
gitlab_rails['db
_password'] = 'DB password'
postgresql['md5_auth_cidr_addresses'] = ['0.0.0.0/0']
postgresql['listen_address'] = '0.0.0.0'
```
...
...
@@ -80,7 +80,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
1.
Similarly, set the password for the
`gitlab`
database user. Use the same
password that you specified in the
`/etc/gitlab/gitlab.rb`
file for
`
postgresql['sql
_password']`
.
`
gitlab_rails['db
_password']`
.
```
\password gitlab
...
...
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