GitLab升级
* 下载CenetOS 6的安装包下载地址:https://packages.gitlab.com/gitlab/gitlab-ce (文件名以ce.0.el6.x86_64.rpm结尾 )
* 停止服务
sudo gitlab-ctl stop unicorn
sudo gitlab-ctl stop sidekiq
sudo gitlab-ctl stop nginx
* 安装新版gitlab
rpm -Uvh gitlab-ce-7.14.1-ce.0.el6.x86_64.rpm
* 重新配置gitlab
gitlab-ctl reconfigure
* 重启gitlab
gitlab-ctl restart
页:
[1]