Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • Calendars
    • Team planners
    • Boards
    • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums
  • Feature tour
    Feature tour
You are here:
  1. Forums
  2. Plugins

Content

How can I uninstall a plugin?

Added by Jong-dae Park over 9 years ago

I installed openproject-meeting plugin and it seems to make a problem (internal error)

I want to uninstall the plugin.

How can I uninstall a plugin?

Thanks.


Replies (1)

RE: How can I uninstall a plugin? - Added by Jens Ulferts over 9 years ago

Hi Jong-dae,

can you please open a bug report in any case so we have the chance to fix it?

Back to your question, do you simply want to remove it temporarily to check whether the bug is caused by the plugin or do you want to get rid of it permanently?

If you want to remove it completely you have to do two things (in the mentioned order)

1) remove traces of the plugins data from the db. Backup your database before you do so!
In the folder you installed OpenProject execute:

bundle exec rake db:migrate:down VERSION=20130822113942
bundle exec rake db:migrate:down VERSION=20130731151542
bundle exec rake db:migrate:down VERSION=20130822113942

2) remove the meeting entry from Gemfile.plugins.
It will probably look like this:

gem "openproject-meeting",         :git => "git@github.com:finnlabs/openproject-meeting.git",       :branch => "dev"

In case you only want to try out whether the plugin is problematic, you only need to do the second step (you can just comment it out then by adding a “#”-sign to the beginning).

Best

Jens

  • (1 - 1/1)
Loading...