Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-10-30 10:01:19 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-10-30 10:01:19 +0300
commit12e751a892b6872cedf9b9463a8e6fb90456f5f1 (patch)
tree3f815dbe0de667fa724c98c4925bd0d85bce15fa /doc
parent905004fdc37abd39645e29174927f56f3337e270 (diff)
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 ac6535b0c86..0184d8e3369 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -137,6 +137,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