Update to 14.0.2 hangs

Got the update notification for nc 14.0.2 today, but when updating the interface stops at “Verifying integrity” and then gives an error about being unable to connect to updates.nextcloud.org.
This host seems to be down.
Is there some problem or is it just me?

Can you try to upgrade via terminal? The commands I use would be while in the nextcloud directory:

1. /etc/init.d/apache2 stop
2. sudo -u www-data php occ upgrade
3. /etc/init.d/apache2 restart

Done.

Note: this is on Debian Stretch with sysV init, not systemd. If you’re using systemd, replace /etc/init.d with systemd like so: systemd apache2 stop.

HTH

i had a similar Problem maybe this help

seems to work now.