From a19b4e752918209a40cddfdf04cb2b7833017939 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Mon, 7 Mar 2016 15:39:12 +0100 Subject: make cleanup optional --- doc/update/patch_versions.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/update/patch_versions.md') diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index ce7ae0d285c..f446ed0a35b 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -62,8 +62,13 @@ sudo -u git -H bundle install --without development test mysql --deployment # MySQL sudo -u git -H bundle install --without development test postgres --deployment +# Optional: clean up old gems sudo -u git -H bundle clean + +# Run database migrations 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 ``` -- cgit v1.2.3