diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-30 00:01:19 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-30 00:01:19 -0700 |
commit | 12e751a892b6872cedf9b9463a8e6fb90456f5f1 (patch) | |
tree | 3f815dbe0de667fa724c98c4925bd0d85bce15fa /doc | |
parent | 905004fdc37abd39645e29174927f56f3337e270 (diff) | |
download | gitlab-ce-12e751a892b6872cedf9b9463a8e6fb90456f5f1.tar.gz |
Quit the database session at end of database setup
Diffstat (limited to 'doc')
-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 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 |