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

Redmine plugin uninstallation guide

The following guide will teach you how to completely remove the plugin from Redmine. You have to follow these steps:

Downgrade your database

Please navigate to the Redmine directory and execute the following command:
bundle exec rake redmine:plugins NAME=[plugin_name] VERSION=0 RAILS_ENV=production

Delete the plugin's folder

To do so, please execute the following command as still being in the redmine/ directory:
rm -fr plugins/[plugin_name]

Restart

Please restart your web server.

Was this article helpful? Yes  No
203 from 235 found this helpful