summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-22 16:20:35 +0200
committerSytse Sijbrandij <sytses@gmail.com>2014-06-22 16:20:35 +0200
commitde9bf7dac635538c9a1ed9e3f51e012e5ce127b6 (patch)
tree9ba612f632c4065a65351d4601149688c34df21e
parentd1e424bd5c403d73d399bf0f92e39aefde56e638 (diff)
parent9ba2e1873b9c6b972655a423fce6dd6aa4c2417d (diff)
downloadgitlab-ce-7-0-stable.tar.gz
Merge pull request #7166 from Razer6/fix/init_script7-0-stable
Fixes #7163, copy init script while upgrading (stable branch)
-rw-r--r--doc/update/6.9-to-7.0.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/update/6.9-to-7.0.md b/doc/update/6.9-to-7.0.md
index d6e9c9f3155..2ddd83c624e 100644
--- a/doc/update/6.9-to-7.0.md
+++ b/doc/update/6.9-to-7.0.md
@@ -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