Commit 2e0e63e19ab90ae09250dca83e24839418380fe1
Exists in
master
and in
4 other branches
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 | 58 | sudo -u gitlab cp config/database.yml.mysql config/database.yml |
59 | 59 | |
60 | 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 | 63 | # make sure to update username/password in config/database.yml |
64 | 64 | ... | ... |