Commit 54ddca5c4e93f4359b2c6b9ed81291b0c9f13470
1 parent
d187ffeb
Exists in
spb-stable
and in
3 other branches
Simplify upgrade guide based on 6-4 functionality mentioned by Jacob.
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
doc/update/6.0-to-6.4.md
... | ... | @@ -81,7 +81,7 @@ git diff 6-0-stable:config/gitlab.yml.example 6-4-stable:config/gitlab.yml.examp |
81 | 81 | ```bash |
82 | 82 | sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb |
83 | 83 | ``` |
84 | -* Uncomment `config.middleware.use Rack::Attack` in `/home/git/gitlab/config/application.rb` | |
84 | + | |
85 | 85 | * Set up logrotate |
86 | 86 | |
87 | 87 | ```bash |
... | ... | @@ -91,9 +91,7 @@ sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab |
91 | 91 | ### 7. Update Init script |
92 | 92 | |
93 | 93 | ```bash |
94 | -sudo rm /etc/init.d/gitlab | |
95 | -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-4-stable/lib/support/init.d/gitlab | |
96 | -sudo chmod +x /etc/init.d/gitlab | |
94 | +sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab | |
97 | 95 | ``` |
98 | 96 | |
99 | 97 | ### 8. Start application | ... | ... |