Fix order of db setup in installation docs
This commit is contained in:
parent
a7b572d0ab
commit
ed35ea703c
2 changed files with 16 additions and 12 deletions
|
@ -55,14 +55,3 @@ GitLab supports the following databases:
|
|||
# Try connecting to the new database with the new user
|
||||
sudo -u gitlab -H psql -d gitlabhq_production
|
||||
|
||||
|
||||
|
||||
# Configure GitLab
|
||||
|
||||
# Mysql
|
||||
sudo -u gitlab cp config/database.yml.mysql config/database.yml
|
||||
|
||||
# PostgreSQL
|
||||
sudo -u gitlab cp config/database.yml.postgresql config/database.yml
|
||||
|
||||
Make sure to update username/password in config/database.yml.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue