Skip to content
Snippets Groups Projects

Fixes #7163, copy init script while upgrading (stable branch)

Merged gitlab-qa-bot requested to merge github/fork/Razer6/fix/init_script into 7-0-stable
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -58,6 +58,10 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Clean up assets and cache
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
# Update init.d script
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
```
### 5. Update config files
Loading