summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-09 18:17:45 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-09 18:17:45 +0200
commitac01e445360c5930d436371fcad92df784c29422 (patch)
treed8bed57cfa21e16ed4942717d04dfb939f3494ea
parent53f0d6cc519e68fec80468d7d58a64171f93b8b4 (diff)
downloadgitlab-ce-ac01e445360c5930d436371fcad92df784c29422.tar.gz
Be more specific about when to edit database.yml
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 8650b7d727f..9ef1f8cabd0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -238,7 +238,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
# MySQL only:
sudo -u git cp config/database.yml.mysql config/database.yml
- # MySQL and non-standard PostgreSQL only:
+ # MySQL and remote PostgreSQL only:
# Update username/password in config/database.yml.
# You only need to adapt the production settings (first part).
# If you followed the database guide then please do as follows: