forked from gitlabhq/gitlabhq
-
Notifications
You must be signed in to change notification settings - Fork 8
From 2.9 to 3.0
randx edited this page Oct 22, 2012
·
17 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