diff options
author | Christian Mehlmauer <firefart@gmail.com> | 2016-02-14 10:31:28 +0100 |
---|---|---|
committer | Christian Mehlmauer <firefart@gmail.com> | 2016-02-14 10:31:28 +0100 |
commit | 7ea3bbd4e0b01b4d25a984f5e6c0471053d8874a (patch) | |
tree | d523f26bd6699a08c08c4a77e58d65f12057f50a /doc/update/patch_versions.md | |
parent | dc3ea7eb74463c4d6576a96dc0eabd67024bd9c7 (diff) | |
download | gitlab-ce-7ea3bbd4e0b01b4d25a984f5e6c0471053d8874a.tar.gz |
add bundle clean to upgrade docs
Diffstat (limited to 'doc/update/patch_versions.md')
-rw-r--r-- | doc/update/patch_versions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index a10e62877ba..ce7ae0d285c 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -62,6 +62,7 @@ sudo -u git -H bundle install --without development test mysql --deployment # MySQL sudo -u git -H bundle install --without development test postgres --deployment +sudo -u git -H bundle clean sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production ``` |