Fix PostgreSQL setup instructions
The config skeleton for postgres is called `database.yml.postgresql`, not `database.yml.postgres`.
This commit is contained in:
parent
cec97c2708
commit
d2c7a75970
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue