Commit ed687976 authored by Valeriy Sizov's avatar Valeriy Sizov

Merge pull request #8196 from bbodenmiller/patch-12

clarify that 'template1=#' is part of prompt
parents f8981e02 9c6106c4
......@@ -127,7 +127,8 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
# Login to PostgreSQL
sudo -u postgres psql -d template1
# Create a user for GitLab.
# Create a user for GitLab
# Do not type the 'template1=#', this is part of the prompt
template1=# CREATE USER git CREATEDB;
# 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