Geo: Proper services are not enabled by default in 10.0
Zendesk: https://gitlab.zendesk.com/agent/tickets/82943
When a Geo role (primary or secondary) are set in /etc/gitlab/gitlab.rb
, it seems like all necessary default services are not set to enable properly. Things like Unicorn, Workhorse, Nginx, Redis and PostgreSQL do not have service definitions and don't start up unless explicitly set in /etc/gitlab/gitlab.rb
through the respective service['enable'] = true
setting.