Commit db04f01e authored by Ian Baum's avatar Ian Baum

Update recommended redis HA gitlab.rb

* Instaled of disabling auto_migrate, disable gitlab-rails altogether.
We shouldn't need the rails configuration on redis only node.

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4706
parent 469169ef
......@@ -71,7 +71,7 @@ Omnibus:
redis['port'] = 6379
redis['password'] = 'SECRET_PASSWORD_HERE'
gitlab_rails['auto_migrate'] = false
gitlab_rails['enable'] = false
```
1. [Reconfigure Omnibus GitLab][reconfigure] for the changes to take effect.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment