Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelipe Arruda Pontes <felipe.arruda.pontes@gmail.com>2014-02-05 20:31:15 +0400
committerFelipe Arruda Pontes <felipe.arruda.pontes@gmail.com>2014-02-05 20:31:15 +0400
commit1d11a7fdd2d75174125735a929bd73dd32957982 (patch)
treee6a3a9d12465d733d74f5cbeef3f2221851e1785 /doc
parentda34e008c3b67b4d06ecc8a06a102271157f3c13 (diff)
removing comment about changing the git user password for postgres,
as discussed in #6248
Diffstat (limited to 'doc')
-rw-r--r--doc/install/databases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md
index 1d9405dfa96..481a698a8c8 100644
--- a/doc/install/databases.md
+++ b/doc/install/databases.md
@@ -16,7 +16,7 @@ GitLab supports the following databases:
# Secure your installation.
sudo mysql_secure_installation
-
+
# Login to MySQL
mysql -u root -p
@@ -57,7 +57,7 @@ GitLab supports the following databases:
# Login to PostgreSQL
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;
# Create the GitLab production database & grant all privileges on database