From 12e751a892b6872cedf9b9463a8e6fb90456f5f1 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 30 Oct 2014 00:01:19 -0700 Subject: [PATCH] Quit the database session at end of database setup --- doc/install/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index ac6535b0c8..0184d8e336 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