Added by Choong Leng Low almost 9 years ago
Hi,
Good Day to you. Any can point me which document that I can follow to upgrade my installation from version 5.0.7 to version 5.0.10.
My installation is OpenProject 5.0.7 (Mysql2) on Ubuntu 14.04.3 TLS.
Thanks.
Choong Leng
Replies (5)
Hi,
do you use the packaged installation? If so, upgrading should be nothing more than running
sudo apt-get update
sudo apt-get install --only-upgrade openproject
It is not the case for the jump from 5.0.7 to 5.0.11, but as the release may contain new migrations or options to the wizard (less likely so in a patch release), you should also run
sudo openproject configure
Best,
Oliver
Dear Oliver,
Thanks for the reply.
My Openproject 5.0.7 was not using packaged install. I’m using manual installation.
In this case, how to do the upgrade.
Again, Thanks.
Choong Leng
In a manual installation, you’ll need to fetch the latest release - Since you probably cloned the repository using Git, you can simply checkout the
stable/5
branch, which always points to the latest released version.Lastly, install any pending migrations and precompile assets.
Thanks Oliver. Get it upgraded to v5.0.13
Hi,
I get the following error while running assets:precompile (migrate and seed ran through):
Is there a workaround without having to fixw node (I already tried that and ran into Python / MSBuild problems).
Regards and thanks,
Daniel