之前在服务器上安装了gitlab 7.2.1版本,目前gitlab已经升级到7.5.3版本了,因此需要进行升级。
按照官方的升级说明,首先下载新版本的软件包,然后:
sudo gitlab-ctl stop unicorn sudo gitlab-ctl stop sidekiq sudo gitlab-rake gitlab:backup:create sudo dpkg -i gitlab_7.5.3-omnibus.5.2.1.ci-1_amd64.deb sudo gitlab-ctl reconfigure sudo gitlab-ctl restart
然后按照之前的办法修改端口,不过注意nginx的配置文件换了一个目录下:
/var/opt/gitlab/nginx/conf
之前是在etc目录下。
发表回复