Update problem: Community Document Server

I have Community Document Server version 0.1.5 installed, and I have an update notice in the app list, offering to take med to 0.1.7. Except no update happens - it times out after a few minutes, and I’m still on 0.1.5.

I see nothing from Settings/Logging, and
sudo -u www-data php /var/www/html/nextcloud/occ upgrade
which is supposed to upgrade apps as well as Nextcloud just stated that

Nextcloud is already latest version

Any assistance or information is greatly appreciated!

Hello,
its not the right command line for update app. occ upgrade permits to upgrade NC.
The right command is :
sudo -u www-data php occ app:update

Thank you, @bastien, that worked like a charm :smiley:

1 Like