Commit 1d11a7fd authored by Felipe Arruda Pontes's avatar Felipe Arruda Pontes

removing comment about changing the git user password for postgres,

as discussed in #6248
parent da34e008
...@@ -16,7 +16,7 @@ GitLab supports the following databases: ...@@ -16,7 +16,7 @@ GitLab supports the following databases:
# Secure your installation. # Secure your installation.
sudo mysql_secure_installation sudo mysql_secure_installation
# Login to MySQL # Login to MySQL
mysql -u root -p mysql -u root -p
...@@ -57,7 +57,7 @@ GitLab supports the following databases: ...@@ -57,7 +57,7 @@ GitLab supports the following databases:
# Login to PostgreSQL # Login to PostgreSQL
sudo -u postgres psql -d template1 sudo -u postgres psql -d template1
# Create a user for GitLab. (change $password to a real password) # Create a user for GitLab.
template1=# CREATE USER git; template1=# CREATE USER git;
# Create the GitLab production database & grant all privileges on database # Create the GitLab production database & grant all privileges on database
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment