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?
      Create a new account

      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
  • Forums
  • Feature tour
    Feature tour
You are here:
  • Forums
  • General discussion

Content

How to check current stable installed version on my machine

Added by mukesh vaghasiya about 7 years ago

Hello,

Someone from my colleague installed previous version of openproject-community on my computer and i wanted to know that which version currently running on my machine.

Since i want to upgrade it to current stable version but i am not able to find which version is running.

Can anyone help me out to find the installed version of openproject.

Thanks,
Mukesh


Replies (4)

RE: How to check current stable installed version on my machine - Added by Ron Meske almost 7 years ago

Hello,

Go to the Administration settings and select Information from the menu on the left.

Regards,
Ron

RE: How to check current stable installed version on my machine - Added by mukesh vaghasiya almost 7 years ago

Hi,

I am able to find installed version number after getting admin credential.

Thanks #Ron

RE: RE: How to check current stable installed version on my machine - Added by otheus uibk over 6 years ago

Where in the source/project directory is the version number which corresponds to what the Web GUI would show? Let’s assume for sake of argument I need to migrate an old server that no longer has HTTP access, so I cannot actually check the Admin panel.

RE: How to check current stable installed version on my machine - Added by Oliver Günther over 6 years ago

Hi everyone,

1. Through the web interface, the current version is printed at Administration > Information

2. Through the console, you can use the following command to check the version:

# Packaged installation
openproject run bundle exec rake version

# Manual installation
cd <openproject directory> && ./bin/rake version

The version file this is derived from is lib/open_project/version.rb.

Best,
Oliver

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