redmine_vote
redmine_vote copied to clipboard
Uninstalling problem: "Invalid VERSION 0.0.1 given."
While running the command for uninstalling
rake redmine:plugins:migrate NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production
I get the following error:
Invalid VERSION 0.0.1 given.
@InvoicePlane Thanks for the report. I will check it very soon.
Anything new on this? In an Redmine instance I have both the redmine_dashboard and redmine_vote plugins installed - it seems like the latter is breaking the Dashboard, so I wanted to verify it by uninstalling. But that's not possible at the moment.
Even if I replace the version with the currently installed one (1.2.1
) it won't work.
Is there any workaround for a full uninstallation?
Okay, I just now had the idea try the uninstallation (it's nevertheless the database migrations only) like with other Redmine plugins and it worked out.
So this dropped the corresponding table:
rake redmine:plugins:migrate NAME=redmine_vote RAILS_ENV=production VERSION=0