gitlab RPM卸载 & 安装

Posted zy1234567

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab RPM卸载 & 安装相关的知识,希望对你有一定的参考价值。

版本:9.0.3

升级版本:9.0.13

一,停止服务

gitlab-ctl stop unicorn
gitlab-ctl stop sidekiq
gitlab-ctl stop nginx

二,备份

gitlab-rake gitlab:backup:create

 

rpm -e gitlab-ce-9.0.3-ce.0.el7.x86_64  =====》卸载旧版gitlab

 

三,下载新版RPM ===》使用清华开源镜像网站

https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/

rpm -ivh gitlab-ce-9.0.13-ce.0.el7.x86_64.rpm

四,更改配置文件

vim /etc/gitlab/gitlab.rb

external_url ‘http://10.2.177.57:8090‘

保存退出

五,启动服务

gitlab-ctl reconfigure

gitlab-ctl start

 



以上是关于gitlab RPM卸载 & 安装的主要内容,如果未能解决你的问题,请参考以下文章

gitlab 安装&备份恢复

gitlab的完全卸载

卸载gitlab

gitlab 之 rpm安装方式

gitlab 安装

软件安装&更新&卸载