Upgrade to OwnCloud 8.2.2

When upgrading to OwnCloud 8.2.2, most of this can be done via the web browser. In the Admin page, you will see on the Updates section.

Screenshot from 2016-02-15 22:43:09

Here is where it will first make your backup. When that is complete, you can click Proceed.

If this fails, run this command to clear out your resources directory.

rm -Ir /var/www/owncloud/resources/*

When you refresh, you will see your frontpage with the option to Upgrade. You can do it from the website or run the following command. The website is graphical but the command line is better for larger installations.

sudo -u www-data /var/www/owncloud/occ upgrade

Screenshot from 2016-02-15 22:45:51

When completed, you will need to enable your apps from the website or the command line. I like doing the website because then I can see new apps and be given a chance to update the apps to newer versions.

Screenshot from 2016-02-15 22:47:01

This entry was posted in How-To, Nextcloud/OwnCloud and tagged , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s