메뉴 닫기
Skip to main content
< All Topics
Print

Start Or Stop The GitLab CE Server

To start, stop or restart GitLab and all its components you just need to run the gitlab-ctl command.

  • Start all GitLab components:
    sudo gitlab-ctl start
    
  • Stop all GitLab components:
    sudo gitlab-ctl stop
    
  • Restart all GitLab components:
    sudo gitlab-ctl restart
    

To start, stop or restart an individual component, run the gitlab-cli command specifying both the action and the service:

sudo gitlab-ctl restart sidekiq

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

Table of Contents