《运维--PlayBook》更新中.......!请访问: https://ops.cnmysql.com

GITLAB无缝升级版本 不指定

kangyang , 2015/08/20 10:33 , LINUX系统管理 , 评论(0) , 阅读(6858) , Via 本站原创
git下载
https://about.gitlab.com/downloads/archives/

https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/update/README.md#updating-from-gitlab-66-and-higher-to-710-or-newer
Updating from GitLab 6.6 and higher to the latest version

sudo gitlab-ctl stop unicorn
sudo gitlab-ctl stop sidekiq
sudo gitlab-ctl stop nginx
sudo gitlab-rake gitlab:backup:create

# Ubuntu/Debian:
sudo dpkg -i gitlab_x.x.x-omnibus.xxx.deb

# CentOS:
sudo rpm -Uvh gitlab-x.x.x_xxx.rpm

sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart

sudo gitlab-ctl status
sudo gitlab-rake gitlab:check SANITIZE=true
Tags: ,
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]