Fix PostgreSQL setup instructions

The config skeleton for postgres is called `database.yml.postgresql`,
not `database.yml.postgres`.
This commit is contained in:
Aiden Scandella 2012-10-26 14:05:20 -07:00
parent cec97c2708
commit d2c7a75970

View file

@ -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