-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.8 to 2.9
randx edited this page Sep 20, 2012
·
3 revisions
sudo service gitlab stop
# Get latest code
git pull origin stable
# Install gems
bundle install --without development test
# Migrate db
bundle exec rake db:migrate RAILS_ENV=production
# Check APP Status
bundle exec rake gitlab:app:status RAILS_ENV=production
Compare your config/gitlab.yml & config/gitlab.yml.example for new settings
Especially for LDAP
sudo service gitlab start