gitlab意外停止后不能启动,执行gitlab-ctl start 提示全部启动失败。

Gitlab didn’t start after update gitlab-ce and reboot, doing following steps to solve.

Problem

admin@MyHost:~$ 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: 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: registry: runsv not running
fail: sidekiq: runsv not running
fail: unicorn: runsv not running

 

Solution

sudo systemctl start gitlab-runsvdir
then
sudo gitlab-ctl restart

相关文章:

  • 2021-10-29
  • 2021-12-02
  • 2022-01-14
  • 2022-01-25
  • 2022-01-06
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
猜你喜欢
  • 2022-01-30
  • 2022-01-30
  • 2022-12-23
  • 2021-12-20
  • 2021-12-06
  • 2021-10-12
  • 2021-11-24
相关资源
相似解决方案