Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • 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
    • Upgrade to Enterprise edition
    • 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
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Error in update stable/6 version 6.1.4 to 6.1.5

Error in update stable/6 version 6.1.4 to 6.1.5

Added by Stéphane V over 7 years ago

Hello,
I have a working openproject 6.1.4 instance. I try to upgrade to the latest stable/6 version with

 git pull origin stable/6 
 bundle install 
 npm install 
 bundle exec rake db:migrate

I get an error in a plugin… openproject-costs (?)

rake aborted!
Redmine::PluginRequirementError: openproject_costs plugin requires OpenProject version = 6.1.4 but current version is 6.1.5.

What could I do ?
Is it possible to deactivate this plugin ? (I don’t use costs)

Thank you ! :-)


Replies (1)

RE: Error in update stable/6 version 6.1.4 to 6.1.5 - Added by Oliver Günther over 7 years ago

Hi Stéphane,

since you’re running a manual installation (judging from your update commands), you need to ensure all plugins you linked in Gemfile.plugins are also on the same tag.

So check your Gemfile.plugins and either remove the entry with costs and reporting, or upgrade them using git pull if locally cloned.

If you linked them with gem 'openproject-costs', git: ... , branch: 'stable/6', you should be able to run bundle update --source openproject-costs

In the end, we recommend you move to a packaged installation to make upgrades of all plugins easier.

Best,
Oliver

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