Project

General

Profile

Actions

Upgrade » History » Revision 3

« Previous | Revision 3/6 (diff) | Next »
Anthony Mallet, 2014-01-08 17:55


Upgrade procedure

Pull updates from the local repository (laas branch).

# su - redmine
# cd src/laas (or src/openrobots)
# 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 over 10 years ago · 3 revisions