其他分享
首页 > 其他分享> > GitLab卸载教程

GitLab卸载教程

作者:互联网

停止GitLab

gitlab-ctl stop

卸载GitLab

 rpm -e gitlab-ce

查看GitLab进程

ps -aux|grep gitlab

结束GitLab相关进程

ps aux|grep gitlab|grep -v grep|cut -c 9-15|xargs kill -15

删除相关文件

find / -name gitlab | xargs rm -rf

标签:ps,教程,gitlab,grep,GitLab,15,卸载,aux
来源: https://blog.csdn.net/qq_38613760/article/details/123210000