Commit f8981e02 authored by Valeriy Sizov's avatar Valeriy Sizov

Merge pull request #8197 from bbodenmiller/patch-14

Quit the database session at end of database setup
parents 24276ed8 12e751a8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment