Commit ac01e445360c5930d436371fcad92df784c29422
1 parent
53f0d6cc
Exists in
spb-stable
and in
3 other branches
Be more specific about when to edit database.yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
@@ -238,7 +238,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. | @@ -238,7 +238,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. | ||
238 | # MySQL only: | 238 | # MySQL only: |
239 | sudo -u git cp config/database.yml.mysql config/database.yml | 239 | sudo -u git cp config/database.yml.mysql config/database.yml |
240 | 240 | ||
241 | - # MySQL and non-standard PostgreSQL only: | 241 | + # MySQL and remote PostgreSQL only: |
242 | # Update username/password in config/database.yml. | 242 | # Update username/password in config/database.yml. |
243 | # You only need to adapt the production settings (first part). | 243 | # You only need to adapt the production settings (first part). |
244 | # If you followed the database guide then please do as follows: | 244 | # If you followed the database guide then please do as follows: |