Gitlab 12.1.3 not starting after restart error runsv not running

I just updated my gitlab-ce version to the latest version 12.1.3 using yum update

sudo yum install gitlab-ce-12.1.3-ce.0.el7.x86_64

At first, the gitlab was updated successfully and I can use the gitlab normally. but after OS restart, the gitlab service is not running. I Try to run this command

sudo gitlab-ctl start

fail: alertmanager: runsv not running

fail: gitaly: runsv not running

fail: gitlab-monitor: runsv not running

fail: gitlab-workhorse: runsv not running

fail: grafana: runsv not running

fail: logrotate: runsv not running

fail: nginx: runsv not running

fail: node-exporter: runsv not running

fail: postgres-exporter: runsv not running

fail: postgresql: runsv not running

fail: prometheus: runsv not running

fail: redis: runsv not running

fail: redis-exporter: runsv not running

fail: sidekiq: runsv not running

fail: unicorn: runsv not running

after that I try to start the gitlab-runsv but it freeze!!

systemctl start gitlab-runsvdir.service

ths above command is not running anything just freeze. I also check using

journalctl -u gitlab-runsvdir.service

-- No entries --

also sudo systemctl status gitlab-runsvdir

gitlab-runsvdir.service - GitLab Runit supervision process Loaded: loaded (/usr/lib/systemd/system/gitlab-runsvdir.service; enabled; vendor preset: disabled) Active: inactive (dead)

how can I fixed this issue? please help!! My Environment is Centos 7

Edited by Emmanuel Aristya