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. Upgrade from 4.0.2 to 4.0.4

Upgrade from 4.0.2 to 4.0.4

Added by Stefano Nardo over 10 years ago

How to upgrade a manual installation?


Replies (1)

RE: Upgrade from 4.0.2 to 4.0.4 - Added by Robin Wagner over 10 years ago

Hi Stefano,

if you installed OpenProject via Git and run it in the production environment, the following steps should be working:
Go to your OpenProject root folder and execute the following commands:

git checkout Gemfile.lock
git pull
bundle install
RAILS_ENV=production bundle exec rake db:migrate
RAILS_ENV=production bundle exec rake assets:precompile

After restarting the server you should be finished.

For updating OpenProject 4.0.2 to 4.0.4 these steps should be sufficient.
For future updates you may have to add one step after git pull:

bower install

Best,
Robin

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