GitLab 업그레이드 하기
1) 개요
기존 사용하던 GitLab의 업그레이드 버전이 나와 업그레이드를 진행한 내용을 정리하기 위해 작성되었습니다.
2) 업그레이드 하기
- 실행중인 GitLab서비스 중지하기
sudo gitlab-ctl stop unicorn sudo gitlab-ctl stop sidekiq sudo gitlab-ctl stop nginx
- GitLab 백업하기
sudo gitlab-rake gitlab:backup:create
- GitLab 업그레이드하기
sudo yum install gitlab-ce
- GitLab 레파지토리 재설정 및 서버 재시작
sudo gitlab-ctl reconfigure sudo gitlab-ctl restart
'Version Control > Git' 카테고리의 다른 글
GitLab에 GitHub 레파지토리 Import 하기 (0) | 2015.11.21 |
---|---|
GitLab에 HTTPS 보안 적용을 위한 OpenSSL 설정하기 (0) | 2015.11.10 |
CentOS 7 에서 GitLab 설치하기 (0) | 2015.11.10 |
CentOS 7 에서 Git Server 설치하기 (0) | 2015.11.09 |
CentOS 7 minimal에서 Git 2.5.3 설치하기 (0) | 2015.09.24 |