diff options
author | Patschi <info@pkern.at> | 2013-12-21 23:05:44 +0100 |
---|---|---|
committer | Patschi <info@pkern.at> | 2013-12-21 23:05:44 +0100 |
commit | 487f7551df7501740f1f484bc3212561ac61cb23 (patch) | |
tree | 02c9a84076cfd8483a4a4f0c8c6febb2f7981220 /doc | |
parent | f23ffeece741caaf5e50002c4dca23a914480331 (diff) | |
download | gitlab-ce-487f7551df7501740f1f484bc3212561ac61cb23.tar.gz |
Add command for updating the init.d script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/6.3-to-6.4.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |