summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAiden Scandella <sectioneightinc@gmail.com>2012-10-26 14:05:20 -0700
committerAiden Scandella <sectioneightinc@gmail.com>2012-10-26 14:05:20 -0700
commitd2c7a75970be4037846019fe612754e87a2140e2 (patch)
tree401734995c69ca4d112608e8d7d7bd1a878e4ca7 /doc
parentcec97c27083c00070513914a0063de349f0afcbb (diff)
downloadgitlab-ce-d2c7a75970be4037846019fe612754e87a2140e2.tar.gz
Fix PostgreSQL setup instructions
The config skeleton for postgres is called `database.yml.postgresql`, not `database.yml.postgres`.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/databases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md
index 8ca3d8fe51f..fd87eee4133 100644
--- a/doc/install/databases.md
+++ b/doc/install/databases.md
@@ -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