Content
You are here:
General instructions for manual upgrade
Added by quazgar q over 8 years ago
Hi everyone,
from reading in the forums and my own experimentation, it looks to me as if after upgrade of the sources (e.g. with git pull
), the following command should be issued:
bundle install RAILS_ENV="production" bundle exec rake db:migrate RAILS_ENV="production" bundle exec rake db:seed RAILS_ENV="production" bundle exec rake assets:precompile
Is this correct so far, and could this information maybe be added to the upgrade documentation (at least the latest one for upgrading to 5.0)?