Merge pull request #1841 from sectioneight/fix-postgres-documentation
Fix PostgreSQL setup instructions
This commit is contained in:
commit
2e0e63e19a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ GitLab use mysql as default database but you are free to use PostgreSQL or SQLit
|
|||
sudo -u gitlab cp config/database.yml.mysql config/database.yml
|
||||
|
||||
# PostgreSQL
|
||||
sudo -u gitlab cp config/database.yml.postgres config/database.yml
|
||||
sudo -u gitlab cp config/database.yml.postgresql config/database.yml
|
||||
|
||||
# make sure to update username/password in config/database.yml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue