Project

General

Profile

Remove redmine_tags

Added by Dirk Schmeckthal about 7 years ago

I don't understand how to remove the redmine_tags plugin from my Redmine 3.
I use Redmine 3.2.0.stable on two virtual machines. Hyper-V and VM.

I searched and tried such:

rake redmine:plugins:migrate NAME=redmine_tags VERSION=0 FORCE_REDMINE_TAGS_TABLES_REMOVAL=yes
rake db:migrate:plugin NAME=redmine_tags VERSION=0 RAILS_ENV=production FORCE_REDMINE_TAGS_TABLES_REMOVAL=yes

That does not work.
What is the right way to remove plugins in 2017?

Thanks for any help and tips.


Replies (1)

RE: Remove redmine_tags - Added by Dirk Schmeckthal about 7 years ago

uninstall plugin
cd /var/www/redmine/
rake redmine:plugins:migrate NAME=redmine_tags VERSION=0 FORCE_REDMINE_TAGS_TABLES_REMOVAL=yes RAILS_ENV="production"
rm -rf plugins/redmine_tags
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
rake db:migrate_plugins
service apache2 reload

    (1-1/1)