top_banner.png
We cut 50% off all plugins prices during our anniversary celebration
Offer ends 29th Apr

We cut 50% off all plugins prices during our anniversary celebration

Upgrade Redmine Tags Plugin

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

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

Here are common steps for Tags 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/redmineup_tags

Copy and unarchive new version

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

Install required gems

cd /var/www/redmine
bundle install

Migrate plugin tables

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

Restart Redmine app

For Phusion Passenger just touch restart.txt file

touch tmp/restart.txt
Was this article helpful? Yes  No
1053 from 1073 found this helpful