Added by Guilherme Ferreira over 8 years ago
I followed all the steps to update the op to version 5.0.20 manual, but when I run the command RAILS_ENV = “production” bundle exec rake db: migrate get the error Redmine :: PluginRequirementError: openproject_costs plugin requires OpenProject version = 5.0.20 but current version is 5.0.21.
It is possible to return the plugins to version 5.0.20?
sorry for the bad english
Replies (2)
When installing manually, you need to ensure you’re at the
stable/X
branch where X is the major version (or check out the respective tags) for both the core and all plugins we support.You seem to be running at release/5.0 (?) which is the NEXT unreleased patch release we’re working on.
Side note: Why are you using the manual installation instead of the packaged one?
Best,
Oliver
And why are you using 5.0.20? 6.0.5 is already out there….