From 487f7551df7501740f1f484bc3212561ac61cb23 Mon Sep 17 00:00:00 2001 From: Patschi Date: Sat, 21 Dec 2013 23:05:44 +0100 Subject: [PATCH] Add command for updating the init.d script --- doc/update/6.3-to-6.4.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/update/6.3-to-6.4.md b/doc/update/6.3-to-6.4.md index f7c363f8d71..69d184722cb 100644 --- a/doc/update/6.3-to-6.4.md +++ b/doc/update/6.3-to-6.4.md @@ -44,6 +44,9 @@ 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 ``` ### 5. Start application -- GitLab