diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2014-11-04 17:34:30 +0200 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2014-11-04 17:34:30 +0200 |
commit | f8981e02cd50aa32210e5be32ffd6d21d999ea4b (patch) | |
tree | e66adbb29bd4184b2bb58cf18f169daca793d407 /doc/install/installation.md | |
parent | 24276ed8366cf64e685034086b6e85d15a632d26 (diff) | |
parent | 12e751a892b6872cedf9b9463a8e6fb90456f5f1 (diff) | |
download | gitlab-ce-f8981e02cd50aa32210e5be32ffd6d21d999ea4b.tar.gz |
Merge pull request #8197 from bbodenmiller/patch-14
Quit the database session at end of database setup
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index b5f54ff9b28..a9aae218146 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -138,6 +138,9 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da # Try connecting to the new database with the new user sudo -u git -H psql -d gitlabhq_production + + # Quit the database session + gitlabhq_production> \q ## 5. Redis |