Actions
Upgrade » History » Revision 1
Revision 1/6
| Next »
Anthony Mallet, 2014-01-08 17:52
Upgrade¶
Pull updates from the local repository (laas
branch).
# su - redmine # cd src/laas # git pull
Install new gems, if any.
# bundle install
This may fail, because of conflicting packages.
bundle update
should fix that.
Then, migrate database (might be a no-op).
# rake db:migrate RAILS_ENV=production # rake redmine:plugins:migrate RAILS_ENV=production
Restart passenger.
# touch tmp/restart.txt
Updated by Anthony Mallet almost 11 years ago · 6 revisions