diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-10 13:42:53 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-10 13:42:53 +0300 |
commit | 6cc2e6d7edd38cb81c1eabfb0b2607c256785bb3 (patch) | |
tree | 874cf6f36cbcc91e1c0325ff145fcd672dfdb328 /doc/update/6.0-to-6.1.md | |
parent | eaa2781d9cc15590533038647c4901672cef7c6f (diff) | |
download | gitlab-ce-6cc2e6d7edd38cb81c1eabfb0b2607c256785bb3.tar.gz |
Clear cache when update to 6.1
Diffstat (limited to 'doc/update/6.0-to-6.1.md')
-rw-r--r-- | doc/update/6.0-to-6.1.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index c9a3a31fd27..dcd09be72f7 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -54,12 +54,13 @@ sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production sudo -u git -H bundle exec rake migrate_iids RAILS_ENV=production sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production +sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production ``` ### 5. Update config files -* 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. -* 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. +* 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. +* 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. ### 6. Update Init script |