清理命令

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

相关文章:

  • 2021-05-25
  • 2021-06-30
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-06-19
猜你喜欢
  • 2022-01-27
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-04-22
相关资源
相似解决方案