Quit the database session at end of database setup

This commit is contained in:
Ben Bodenmiller
2014-10-30 00:01:19 -07:00
parent 905004fdc3
commit 12e751a892
+3
View File
@@ -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