下载地址 安装
https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/7/gitlab-ce-12.6.2-ce.0.el7.x86_64.rpm/download.rpm
yum -y install gitlab-ce-12.6.2-ce.0.el7.x86_64.rpm
官方文档
https://docs.gitlab.cn/jh/raketasks/backup_restore.html#restore-gitlab
参考这个文档绝大多数问题都解决了
gitlab-ctl reconfigure
gitlab-ctl restart
如果起不来
看是不是端口问题
https://docs.gitlab.com/omnibus/troubleshooting.html#tcp-ports-for-gitlab-services-are-already-taken
端口被谁占用
lsof -i tcp:8080
告知客户端如何切换remote
git remote set-url origin http://ip:8090/msh/peripheral/drools/code/drools-bm-backend.git
然后git pull
Find / -name node_exporter
找到文件
GitLabCE安装与故障排查指南
文章提供了GitLabCE的下载地址和安装命令,强调了通过官方文档解决大部分问题。在安装后,使用gitlab-ctl重新配置和重启服务。若遇到端口冲突,可以使用lsof检查占用端口的进程。此外,还指导了如何切换Git远程仓库URL并进行gitpull操作。对于监控,提到了查找node_exporter文件的相关信息。
704






