Skip to content
Snippets Groups Projects
Commit ed687976 authored by Valeriy Sizov's avatar Valeriy Sizov
Browse files

Merge pull request #8196 from bbodenmiller/patch-12

clarify that 'template1=#' is part of prompt
parents f8981e02 9c6106c4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment