let’s assume that you have used git to checkout the OpenProject 3.0 dev branch and that you’re using this code for an up and running OpenProject instance: There is a release branch for OpenProject 3.0, so you first need to checkout the release branch.
TextileConverterBlockquoteStart09339cab-f4f4-4739-85b0-d02ba1f342e6
git fetch # get the branch information
git checkout release/3.0
TextileConverterBlockquoteEnd09339cab-f4f4-4739-85b0-d02ba1f342e6
After that you may have to run missing migrations:
Replies (2)
Hi,
let’s assume that you have used
git
to checkout the OpenProject 3.0dev
branch and that you’re using this code for an up and running OpenProject instance: There is a release branch for OpenProject 3.0, so you first need to checkout the release branch.After that you may have to run missing migrations:
I assume that you’re using Apache/Passenger, so you should restart the Passenger:
That should be all. Does it work for you?
Kind regards,
Hagen
Great, it now says:
Core version
OpenProject 3.0.0 (Mysql2)
Now on to my other issues…
Thanks,
Chris