Nextcloud is in maintenance mode

Version:
25.10.1 - Goldeye
nextcloud app version: 32.0.6 Version: 2.2.2
Hello,
The first update of nextcloud using TrueNass worked without any problems.
I recently initiated the new update, and since then, nexcloud has been reporting: Nextcloud is in maintenance mode…
A rollback did not yield any results. The status for nextcloud is displayed as “Running.”
How can I resolve the issue so that nextcloud exits maintenance mode and works again?
Best regards

you can either edit the config.php file and set

'maintenance' => false,

or use occ commands from the container shell

php occ maintenance:mode --off

#php occ maintenance:mode --off
“Nextcloud or one of the apps needs to be updated – only a limited number of commands are available.
You can perform the update via your browser or the “occ upgrade” command.
Maintenance mode disabled.”
When I open Nextcloud, the following message is now displayed:
“Please use the command line updater; browser updates are disabled in config.php.”
According to my latest information, I can only update the app in the community version of TrueNas with the help of TrueNas.
What now?

I then entered “occ upgrade”
on the Nextcloud console and it worked!
Thank you!!!

1 Like

Sorry, How do I enter in the NC consolle ?

Thanks

On the apps page each app has a workload tile on the right side, it looks like this

The little icon with >_ inside it is the console. Now you only have to select the main app of nextcloud and not the db or any other side container

1 Like