redmine_vote icon indicating copy to clipboard operation
redmine_vote copied to clipboard

Uninstalling problem: "Invalid VERSION 0.0.1 given."

Open InvoicePlane opened this issue 10 years ago • 3 comments

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 avatar May 22 '14 09:05 InvoicePlane

@InvoicePlane Thanks for the report. I will check it very soon.

jongha avatar May 23 '14 12:05 jongha

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?

mbusch avatar Oct 09 '14 08:10 mbusch

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

mbusch avatar Oct 09 '14 08:10 mbusch