iamklaus / nextcloud

Nextcloud docker file including cron via supervisor and all dependencies to install the face recognition app.
17 stars 9 forks source link

Trouble upgrading to 25.0.0 from 24.0.4 #13

Open KptnKMan opened 1 year ago

KptnKMan commented 1 year ago

Hi @iamklaus I'm using this docker for some time, and I have seen that a new version was released for 25.0.0, and I'm trying to upgrade to the latest, but I'm having a lot of issues.

I'm hoping someone can help, or maybe there are others experiencing the same issue?

When I go to the URL "http://192.168.1.100:8098/updater/" (My local docker instance host address), I get this issue with the updater: image

Also, I can access the instances console, but I am having trouble ininitalising a manual update. When I try to run (As root user):

root@b9d54993f69c:~# sudo -u www-data php /var/www/html/occ upgrade
Nextcloud is already latest version

I've been trying more things for some time now, but I'm kind of stuck.

Can anyone help?