卸載gitlab
卸載gitlabgit
- 中止gitlab
sudo gitlab-ctl stop
- 卸載gitlab
sudo rpm -e gitlab-ce
- 查看gitlab進程
[root@test32 ~]# ps -ef|grep gitlab
root 26962 1 0 Feb13 ? 00:00:02 runsvdir -P /opt/gitlab/service log:
殺掉第一個守護進程
kill -9 26962
再次查看gitlab進程是否存在
![卸載gitlab](http://static.javashuo.com/static/loading.gif)
- 刪除gitlab文件
![卸載gitlab](http://static.javashuo.com/static/loading.gif)
find / -name gitlab|xargs rm -rf 刪除全部包含gitlab的文件及目錄
刪除gitlab-ctl uninstall時自動在root下備份的配置文件
經過以上幾步就能夠完全卸載gitlabide
![卸載gitlab](http://static.javashuo.com/static/loading.gif)
歡迎關注本站公眾號,獲取更多信息