Skip to content
Snippets Groups Projects
Commit de9bf7da authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Merge pull request #7166 from Razer6/fix/init_script

Fixes #7163, copy init script while upgrading (stable branch)
parents d1e424bd 9ba2e187
No related branches found
No related tags found
2 merge requests!7304[7 0 stable] Fix issue 7143: Error with textile file,!7238Added metadata to Issue
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment