Commit d2c7a759 authored by Aiden Scandella's avatar Aiden Scandella

Fix PostgreSQL setup instructions

The config skeleton for postgres is called `database.yml.postgresql`,
not `database.yml.postgres`.
parent cec97c27
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment