Created
November 7, 2016 05:06
-
-
Save v-thomp4/8b983d39d917d17c509cb2d7f4573d20 to your computer and use it in GitHub Desktop.
Upgrade gitlab centos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Backup | |
sudo gitlab-ctl stop unicorn | |
sudo gitlab-ctl stop sidekiq | |
sudo gitlab-ctl stop nginx | |
sudo gitlab-rake gitlab:backup:create | |
Back-ups are stored in /var/opt/gitlab/backup | |
2. Upgrade | |
sudo yum install gitlab-ce | |
sudo gitlab-ctl restart | |
3. Check | |
sudo gitlab-ctl tail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment