Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

GitLab 삭제전 sudo gitlab-ctl stop 로 서비스를 중지


아래의 순서로 삭제를 진행합니다.

Code Block
sudo gitlab-ctl uninstall
sudo gitlab-ctl cleanse
sudo gitlab-ctl remove-accounts
sudo dpkg -P gitlab-ee || sudo yum -y remove gitlab-ee

...