Commit 1d11a7fdd2d75174125735a929bd73dd32957982
1 parent
da34e008
Exists in
spb-stable
and in
3 other branches
removing comment about changing the git user password for postgres,
as discussed in #6248
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/databases.md
... | ... | @@ -16,7 +16,7 @@ GitLab supports the following databases: |
16 | 16 | |
17 | 17 | # Secure your installation. |
18 | 18 | sudo mysql_secure_installation |
19 | - | |
19 | + | |
20 | 20 | # Login to MySQL |
21 | 21 | mysql -u root -p |
22 | 22 | |
... | ... | @@ -57,7 +57,7 @@ GitLab supports the following databases: |
57 | 57 | # Login to PostgreSQL |
58 | 58 | sudo -u postgres psql -d template1 |
59 | 59 | |
60 | - # Create a user for GitLab. (change $password to a real password) | |
60 | + # Create a user for GitLab. | |
61 | 61 | template1=# CREATE USER git; |
62 | 62 | |
63 | 63 | # Create the GitLab production database & grant all privileges on database | ... | ... |