We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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