Commit 6cc2e6d7edd38cb81c1eabfb0b2607c256785bb3
1 parent
eaa2781d
Exists in
master
and in
4 other branches
Clear cache when update to 6.1
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
doc/update/6.0-to-6.1.md
... | ... | @@ -54,12 +54,13 @@ sudo -u git -H bundle install --without development test mysql --deployment |
54 | 54 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
55 | 55 | sudo -u git -H bundle exec rake migrate_iids RAILS_ENV=production |
56 | 56 | sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production |
57 | +sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production | |
57 | 58 | ``` |
58 | 59 | |
59 | 60 | ### 5. Update config files |
60 | 61 | |
61 | -* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/5-4-stable/config/gitlab.yml.example but with your settings. | |
62 | -* Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/5-4-stable/config/unicorn.rb.example but with your settings. | |
62 | +* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-1-stable/config/gitlab.yml.example but with your settings. | |
63 | +* Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-1-stable/config/unicorn.rb.example but with your settings. | |
63 | 64 | |
64 | 65 | ### 6. Update Init script |
65 | 66 | ... | ... |