Uninstall plugin: howto?
Added by Ivan Cenov over 13 years ago
I tried to uninstall a plugin (redmine_doc_pu) and nothing happened. Redmine is 1.2.0. Here is the command and the output:
E:\data\redmine>rake db:migrate_plugins PLUGIN=redmine_doc_pu VERSION=0 RAILS_ENV=production (in E:/data/redmine) Migrating engines... Migrating acts_as_activity_provider... Migrating acts_as_attachable... Migrating acts_as_customizable... Migrating acts_as_event... Migrating acts_as_list... Migrating acts_as_searchable... Migrating acts_as_tree... Migrating acts_as_versioned... Migrating acts_as_watchable... Migrating awesome_nested_set... Migrating classic_pagination... Migrating gravatar... Migrating open_id_authentication... Migrating prepend_engine_views... Migrating projects_tree_view... Migrating redmine_code_review... Migrating redmine_doc_pu... Migrating redmine_lightbox... Migrating redmine_pastebin... Migrating redmine_xls_export... Migrating rfpdf... Migrating ruby-net-ldap-0.0.4...After executing abote the dabatase is absolutely untouched. Should the command be different? I have read http://www.redmine.org/boards/2/topics/2820?r=23027#message-23027
Replies (1)
RE: Uninstall plugin: howto? - Added by Ivan Cenov over 13 years ago
This works:
rake db:migrate:plugin NAME=plugin_name VERSION=0
http://www.redmine.org/boards/4/topics/15978?r=15989#message-15989