gitlab 卸载

gitlab 卸载

清理命令

sudo gitlab-ctl uninstall

sudo gitlab-ctl cleanse

sudo gitlab-ctl remove-accounts

停止gitlab

gitlab-ctl stop

卸载gitlab

rpm -e gitlab-ce

查看进程

ps aux | grep gitlab
kill -9 xxx

杀掉守护进程

清理残余文件

find / -name gitlab | xargs rm -rf
posted @ 2018-11-06 20:20  TBHacker  阅读(869)  评论(0编辑  收藏  举报