Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created November 7, 2016 05:06
Show Gist options
  • Save v-thomp4/8b983d39d917d17c509cb2d7f4573d20 to your computer and use it in GitHub Desktop.
Save v-thomp4/8b983d39d917d17c509cb2d7f4573d20 to your computer and use it in GitHub Desktop.
Upgrade gitlab centos
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