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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. How to check current stable installed version on my machine

How to check current stable installed version on my machine

Added by mukesh vaghasiya over 8 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 over 8 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 over 8 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 almost 8 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 almost 8 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...