PRoblem after update to 14.0.1

Hello
i have done a update dto 14.0.1? stable in the Admin Gui!
first it went fast then i hat a long time all 5 second a information about cron to stop

a couple of houer later it is finisch - but in a maintenance mode

Diese Nextcloud-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.
Diese Seite aktualisiert sich automatisch, wenn die Nextcloud-Instanz wieder verfügbar ist.
Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.
Vielen Dank für Ihre Geduld.

now how to access as admin to change to normal mode

something like /administrator is not working

have a nice day
vinc

any idea? it is just like “* looked out”

Hello,

can you disable the maintenance mode?

This is done by calling one of the following commands (first change to the nextcloud install directory):

With sudo:
sudo -u www-data php occ maintenance:mode --off
Without sudo:
su -s /bin/bash -c ‘php occ maintenance:mode --off’ www-data

You might also want to check config/config.php.
Change "maintenance" => false if it is set to true.

@huzergackl, thanks a lot!

the su … part did not work

this part did work.
You might also want to check config/config.php .
Change "maintenance" => false if it is set to true.