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. [Solved] migrating from manual installation to packaed installation

[Solved] migrating from manual installation to packaed installation

Added by Qiong Wu over 10 years ago

Hi everyone,

I’d like to migrate my manual install to a packaged installation in order to not have to go through the pain of manually updating my openproject installation everytime.

are there any migration paths available?

Best Regards
Qiong


Replies (4)

RE: migrating from manual installation to packaed installation - Added by Karsten Gallinowski over 10 years ago

Hi Qiong,

the main idea for the migration is:

  • Backup all your data for manual installation or for packager installation.
  • Do a clean install via packager as described here (OpenProject core only) or here (Community Edition). If you do not know which Edition you should install I suggest you try the Community Edition (more features via plugins already included in the Edition).
  • During the packager installation you will be asked if packager should create a database for you or if you want to connect to an existing one. So you can use your old data with all your existing data or packager will set up a new one and you have to import your backup later on (which way to go is up to you but I suggest you run db:migrate after your migration to be sure all database migrations were executed. To do so just use openproject run rake db:migrate command).

Please note that packager already includes everything you need. So you do not have to install ruby or other libraries by yourself. If you want to run ruby or a rails console you have to use the openproject run command (or openproject-ce run if you installed the community edition). Also important is that packager stores information given during the installation process in /etc/openpoject/install.dat (or etc/openproject-ce/install.dat if you installed the community edition).

Hopefully these information are enough to get you started. If you get stuck please let me know and we will figure out the problem together.

Cheers,
Karsten

RE: migrating from manual installation to packaed installation - Added by Qiong Wu over 9 years ago

Hi Karsten,

the link for the backup instructions is unfortunately a 404 now, can you update that one?

Thanks!

RE: migrating from manual installation to packaed installation - Added by Robin Wagner over 9 years ago

Hi Qiong,

thanks for pointing this out.
We split the backup guide up into a separate documentation for the packager and manual installation:

  • Backup - manual installation
  • Backup - packager installation

Best regards,
Robin

RE: migrating from manual installation to packaed installation - Added by Qiong Wu over 9 years ago

thanks!

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