Commit 2e0e63e19ab90ae09250dca83e24839418380fe1

Authored by Dmitriy Zaporozhets
2 parents cec97c27 d2c7a759

Merge pull request #1841 from sectioneight/fix-postgres-documentation

Fix PostgreSQL setup instructions
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/databases.md
@@ -58,7 +58,7 @@ GitLab use mysql as default database but you are free to use PostgreSQL or SQLit @@ -58,7 +58,7 @@ GitLab use mysql as default database but you are free to use PostgreSQL or SQLit
58 sudo -u gitlab cp config/database.yml.mysql config/database.yml 58 sudo -u gitlab cp config/database.yml.mysql config/database.yml
59 59
60 # PostgreSQL 60 # PostgreSQL
61 - sudo -u gitlab cp config/database.yml.postgres config/database.yml 61 + sudo -u gitlab cp config/database.yml.postgresql config/database.yml
62 62
63 # make sure to update username/password in config/database.yml 63 # make sure to update username/password in config/database.yml
64 64