Upgrade CMS plugin version

We recommend a full backup before the installation. In the most common case, just delete the folder with the previous version redmine/plugins/redmine_cms and copy the new version to the same folder redmine/plugins/redmine_cms

Note: All data will be saved after updates from previous versions.

Here are common steps for CMS plugin upgrade (all commands should be executed from Redmine app root folder ex. /var/www/redmine, that folder contains config.ru file)

Delete the previous version

cd /var/www/redmine
rm -fr plugins/redmine_cms

Copy and unarchive new version

cp redmine_cms-[version]-light.zip plugins/
cd plugins
unzip redmine_cms-[version]-light.zip

Install required gems

cd /var/www/redmine
bundle install

Migrate plugin tables

bundle exec rake redmine:plugins NAME=redmine_cms RAILS_ENV=production

Restart Redmine app

For Phusion Passenger just touch restart.txt file

touch tmp/restart.txt
Was this article helpful? Yes  No
523 from 555 found this helpful