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
d106aa11
Commit
d106aa11
authored
Jul 30, 2020
by
Aric Buerer
Committed by
Achilleas Pipinellis
Jul 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reword default users to avoid confusion
parent
9a239ba6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/postgresql/replication_and_failover.md
doc/administration/postgresql/replication_and_failover.md
+3
-3
No files found.
doc/administration/postgresql/replication_and_failover.md
View file @
d106aa11
...
...
@@ -97,7 +97,7 @@ This is why you will need:
When using default setup, minimum configuration requires:
-
`CONSUL_USERNAME`
.
Defaults to
`gitlab-consul`
-
`CONSUL_USERNAME`
.
The default user for Omnibus GitLab is
`gitlab-consul`
-
`CONSUL_DATABASE_PASSWORD`
. Password for the database user.
-
`CONSUL_PASSWORD_HASH`
. This is a hash generated out of Consul username/password pair.
Can be generated with:
...
...
@@ -140,7 +140,7 @@ server nodes.
We will need the following password information for the application's database user:
-
`POSTGRESQL_USERNAME`
.
Defaults to
`gitlab`
-
`POSTGRESQL_USERNAME`
.
The default user for Omnibus GitLab is
`gitlab`
-
`POSTGRESQL_USER_PASSWORD`
. The password for the database user
-
`POSTGRESQL_PASSWORD_HASH`
. This is a hash generated out of the username/password pair.
Can be generated with:
...
...
@@ -153,7 +153,7 @@ We will need the following password information for the application's database u
When using default setup, minimum configuration requires:
-
`PGBOUNCER_USERNAME`
.
Defaults to
`pgbouncer`
-
`PGBOUNCER_USERNAME`
.
The default user for Omnibus GitLab is
`pgbouncer`
-
`PGBOUNCER_PASSWORD`
. This is a password for PgBouncer service.
-
`PGBOUNCER_PASSWORD_HASH`
. This is a hash generated out of PgBouncer username/password pair.
Can be generated with:
...
...
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