Domanda

I'm using Redmine with redmine_bitbucket plugin, I would like to uninstall that plugin, so what I done was (as redmine system user):

rake redmine:plugins:migrate NAME=redmine_bitbucket VERSION=0 RAILS_ENV=production

Migrating redmine_bitbucket (Redmine Bitbucket plugin)...

However, I still have it on the list of plugins. I tried to remove its directory afterwards, restart apache2 after this command, after removing directory and in virtually every configuration, but it still exists on the list of plugins. In log/production.log after running above command is added only:

Connecting to database specified by database.yml

I have seen this question How to uninstall redmine plugins? but in my case, there isn't problem with ownership of any file as everything is owned by redmine:redmine user.

I'm using Redmine 2.4.2 and RVM with ruby 2.0.0p353 on redmine system user.

Any idea how can I debug it further?

È stato utile?

Soluzione

Remove plugins directory and restart redmine.

rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top