Update Problem from 11.0.0 to 11.0.1

Hi guys,

I was running into a problem while updating from Version 11.0.0 to 11.0.1 using the update App.

I’ve already tried chown -R www-data:www-data /var/www/nextcloud , wich eliminated 80% of the permission errors but the last 2 are here to stay.

Strange thing is, that the updater/ Folder is empty except of two files named index.php and updater.phar .

Can someone please give advice how i could proceed further?
I’m running nextcloud on an Ubuntu 16.04.1 VM.

Kind regards
Michael

try rm /var/www/nextcloud/apps/files_antivirus -r
(after Backup)
or remove at least the two files in the antivirus-folder
then
chown -R www-data:www-data /var/www/nextcloud
and resttart the update

1 Like

Does work ,many thanks.

It’s a shame that you have to delete the antivirus files for that.

Thank you.

1 Like

I suppose the two files where locked by the antivirus-app You use…

Possible, but the mentioned folder doesn’t exist.
Maybe the Updater looked there for data that would be needed to update the antivirus app?