summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2014-11-04 17:34:30 +0200
committerValeriy Sizov <vsv2711@gmail.com>2014-11-04 17:34:30 +0200
commitf8981e02cd50aa32210e5be32ffd6d21d999ea4b (patch)
treee66adbb29bd4184b2bb58cf18f169daca793d407 /doc
parent24276ed8366cf64e685034086b6e85d15a632d26 (diff)
parent12e751a892b6872cedf9b9463a8e6fb90456f5f1 (diff)
downloadgitlab-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')
-rw-r--r--doc/install/installation.md3
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