Added by Qiong Wu almost 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)
Hi Qiong,
the main idea for the migration is:
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 (oropenproject-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
(oretc/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
Hi Karsten,
the link for the backup instructions is unfortunately a 404 now, can you update that one?
Thanks!
Hi Qiong,
thanks for pointing this out.
We split the backup guide up into a separate documentation for the packager and manual installation:
Best regards,
Robin
thanks!