Skip to content
Snippets Groups Projects
Commit d2c7a759 authored by Aiden Scandella's avatar Aiden Scandella
Browse files

Fix PostgreSQL setup instructions

The config skeleton for postgres is called `database.yml.postgresql`,
not `database.yml.postgres`.
parent cec97c27
No related branches found
No related tags found
1 merge request!1841Fix PostgreSQL setup instructions
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment