From a39adfb48d1a13ecc32a78844b74704ed433430f Mon Sep 17 00:00:00 2001 From: Lee Matos Date: Thu, 4 May 2017 12:13:41 -0400 Subject: clarify DB/Redis HA docs --- doc/administration/high_availability/database.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/administration/high_availability/database.md') diff --git a/doc/administration/high_availability/database.md b/doc/administration/high_availability/database.md index c22b1af8bfb..da9687aa849 100644 --- a/doc/administration/high_availability/database.md +++ b/doc/administration/high_availability/database.md @@ -27,7 +27,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL: steps on the download page. 1. Create/edit `/etc/gitlab/gitlab.rb` and use the following configuration. Be sure to change the `external_url` to match your eventual GitLab front-end - URL. + URL. If there is a directive listed below that you do not see in the configuration, be sure to add it. ```ruby external_url 'https://gitlab.example.com' @@ -39,6 +39,8 @@ If you use a cloud-managed service, or provide your own PostgreSQL: unicorn['enable'] = false sidekiq['enable'] = false redis['enable'] = false + prometheus['enable'] = false + gitaly['enable'] = false gitlab_workhorse['enable'] = false mailroom['enable'] = false -- cgit v1.2.1