Commit b09b9480cee09e66965506e86ccc7590568e7df0
Exists in
spb-stable
and in
3 other branches
Merge pull request #5894 from patschi/patch-1
Add command for updating the init.d script
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
doc/update/6.3-to-6.4.md
@@ -44,6 +44,9 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production | @@ -44,6 +44,9 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production | ||
44 | 44 | ||
45 | # Clean up assets and cache | 45 | # Clean up assets and cache |
46 | sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production | 46 | sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production |
47 | + | ||
48 | +# Update init.d script | ||
49 | +sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab | ||
47 | ``` | 50 | ``` |
48 | 51 | ||
49 | ### 5. Start application | 52 | ### 5. Start application |