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. Best update method

Best update method

Added by Phason Electronics about 11 years ago

Hopefully a simple question here, what is the best way to update from 3.0 beta to 3.0 stable?

Chris


Replies (2)

RE: Best update method - Added by Hagen Schink about 11 years ago

Hi,

let’s assume that you have used git to checkout the OpenProject 3.0 dev branch and that you’re using this code for an up and running OpenProject instance: There is a release branch for OpenProject 3.0, so you first need to checkout the release branch.

TextileConverterBlockquoteStart09339cab-f4f4-4739-85b0-d02ba1f342e6

git fetch # get the branch information
git checkout release/3.0

TextileConverterBlockquoteEnd09339cab-f4f4-4739-85b0-d02ba1f342e6

After that you may have to run missing migrations:

TextileConverterBlockquoteStart09339cab-f4f4-4739-85b0-d02ba1f342e6

bundle exec rake db:migrate

TextileConverterBlockquoteEnd09339cab-f4f4-4739-85b0-d02ba1f342e6

I assume that you’re using Apache/Passenger, so you should restart the Passenger:

TextileConverterBlockquoteStart09339cab-f4f4-4739-85b0-d02ba1f342e6

touch tmp/restart.txt

TextileConverterBlockquoteEnd09339cab-f4f4-4739-85b0-d02ba1f342e6

That should be all. Does it work for you?

Kind regards,
Hagen

RE: Best update method - Added by Phason Electronics about 11 years ago

Great, it now says:
Core version
OpenProject 3.0.0 (Mysql2)

Now on to my other issues…

Thanks,
Chris

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