Nextcloud instance is still in maintenance mode after update/disabling it

Viewed 19

I did an update of Nextcloud, which was successful so far. To install the update now, I chose the way via the command line.

After entering php occ upgrade everything went through. The maintenance mode remained activated as always until then.

After switching off with php occ maintenance:mode --off the website remained in maintenance mode. Also in config.php the value for "maintenance" was set to false.

There are also no errors in the log.

php occ status Output:

  - installed: true
  - version: 24.0.5.1
  - versionstring: 24.0.5
  - edition: 
  - maintenance: false
  - needsDbUpgrade: false
  - productname: Nextcloud
  - extendedSupport: false

The server runs under nginx, nginx/1.18.0 (Ubuntu). I also tried to restart the webserver.

Does anyone have an idea how I can take the instance out of maintenance mode again?

0 Answers
Related