From 1d11a7fdd2d75174125735a929bd73dd32957982 Mon Sep 17 00:00:00 2001 From: Felipe Arruda Pontes Date: Wed, 5 Feb 2014 14:31:15 -0200 Subject: [PATCH] removing comment about changing the git user password for postgres, as discussed in #6248 --- doc/install/databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/databases.md b/doc/install/databases.md index 1d9405d..481a698 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 -- libgit2 0.21.2