Skip to content

Do not cleanup old gitlab-monitor directory if explicitely using it

Adrien Kohlbecker requested to merge ak/fix-directory-delete into master

This fixes #4727 (closed)

Running gitlab-ctl reconfigure fails on Running handlers when the following gitlab.rb config options are used.

gitlab_exporter['enable'] = true
gitlab_exporter['home'] = "/var/opt/gitlab/gitlab-monitor"

Merge request reports