linux 卸载 gitlab,完全卸载删除gitlab

2、卸载gitlab(注意这里写的是gitlab-ce)

[root@localhost ~]# rpm -e gitlab-ce

3、查看gitlab进程

[root@localhost ~]# ps aux | grep gitlab

root 579 0.0 0.0 4332 436 ? Ss 15:44 0:00 runsvdir -P /opt/gitlab/service log: ...........................................................................................................................................................................................................................................................................................................................................................................................................

root 586 0.0 0.0 4180 304 ? Ss 15:44 0:00 runsv gitlab-workhorse

root 591 0.0 0.0 4324 484 ? S 15:44 0:00 svlogd -tt /var/log/gitlab/redis

root 593 0.0 0.0 4324 496 ? S 15:44 0:00 svlogd -tt /var/log/gitlab/unicorn

root 599 0.0 0.0 4324 492 ? S 15:44 0:00 svlogd -tt /var/log/gitlab/postgre

你可能感兴趣的:(linux,卸载,gitlab)