GitLab 卸载步骤 - 完全卸载

说明

复制代码
本文介绍一下  gitlab 服务器的卸载步骤。
服务器 : Centos7。

停止服务

shell 复制代码
gitlab-ctl stop

卸载 rpm 软件

shell 复制代码
rpm -e gitlab-ce 

查看进程

shell 复制代码
ps -ef | grep gitlab
干掉第一个 runsvdir  -P /opt/gitlab/service log 进程

删除 gitlab 残余的文件

shell 复制代码
find / -name *gitlab* | xargs rm -rf

至此,gitlab 就完全移除了。

相关推荐
庭風9 小时前
让 AI 从需求直接走到 MR:我开源了一个面向 GitLab 的工作流 MCP
gitlab
Sakuyu4346819 小时前
Git-GitLab-JenKins
git·gitlab·jenkins
Aaron_dw20 小时前
基于 Jenkins + GitLab + 自动化测试的 CI/CD 自动化系统方案(IaC + 弹性构建节点)
ci/cd·gitlab·jenkins
虎头金猫20 小时前
自建 GitLab 没公网?用内网穿透技术,远程开发协作超丝滑
运维·服务器·网络·开源·gitlab·开源软件·开源协议
MinterFusion2 天前
如何在openKylin下安装并配置GitLab(v0.1.1)
gitlab·系统维护·devops工具·麒麟操作系统·明德融创·openkylin
我就是你毛毛哥4 天前
Docker 安装 GitLab
docker·容器·gitlab
雨声不在5 天前
gitlab中的repo删除特定commit
gitlab
vpk1127 天前
Docker Compose 部署 GitLab
docker·容器·gitlab
Irene19917 天前
什么是 DevOps
gitlab·devops
蓝天星空8 天前
GitLab上传项目到新的分支
gitlab