Jobe update

Jobe update

by Richard Lobb -
Number of replies: 2

Hi all

If you installed or pulled a version of Jobe after December 5th last year and before about 30 minutes ago, you might want to pull in the latest version of Jobe. It fixes an error in the caching of available language versions which was degrading performance.

Richard

In reply to Richard Lobb

Re: Jobe update

by Martin Zwerschke -
How exactly is a jobe update done on the ubuntu jobe server?

It was installed with git Clone and calling an installer, like described on the trampgeek website

But I can not see instructions on how to update an existing installation to the latest version.
In reply to Martin Zwerschke

Re: Jobe update

by Richard Lobb -

Thanks for the heads up on the missing documentation. I've just added the following section to readme.md:

## Updating Jobe

If you wish to update an existing version of Jobe to a new one, simply `cd`
into the Jobe directory, do a `git pull` to update the code, then rerun the
installer as before, i.e.

    sudo ./install

Richard

Edit 12/1/2019: I recently further updated the Jobe install instructions to the following:

If you wish to update an existing version of Jobe to a new one, first put the the client Moodle server into maintenance mode. Reboot the Jobe server. Then cd into the Jobe directory, do a git pull to update the code, then run the installer with the --purge option, i.e.

sudo ./install --purge

Check that all is well by testing as in the section "Testing the install" above. Lastly take the Moodle server out of maintenance mode again.