Server 9.1.5 Update Conflicting Messages

GUI says an update is available...


...but fails to perform it...

cURL error 60: See http://curl.haxx.se/libcurl/c/libcurl-errors.html

...while command line says no update is available.

$ sudo -u www-data php /var/www/owncloud/occ -V
ownCloud version 9.1.4

$ sudo -u www-data php /var/www/owncloud/occ upgrade
ownCloud is already latest version

Any help? Thank you!

Hi,

don't rely on the updater app which has shown various issues in the past. Instead just follow the manual upgrade steps (occ upgrade won't do those for you) as shown here:

https://doc.owncloud.org/server/9.1/admin_manual/maintenance/manual_upgrade.html

2 Likes