Commit d2c7a75970be4037846019fe612754e87a2140e2

Authored by Aiden Scandella
1 parent cec97c27

Fix PostgreSQL setup instructions

The config skeleton for postgres is called `database.yml.postgresql`,
not `database.yml.postgres`.
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