Upgrade to 10.4 - Can't access through browser

Expected behaviour

should be able to access files via browser and iOS app

Actual behaviour

all browsers say it is in maintenance mode - ios says" Server down for maintenance. Contents from cache" I can still access the files in Mac OSX

Steps to reproduce

  1. access browser
  2. access ios app

Server configuration

Operating system:

Web server:
Lightspeed
Database:
mySQL
PHP version:
7.3
ownCloud version:
10.4
Storage backend (external storage):

Client configuration

Client version:

Operating system:

OS language:

Qt version used by client package (Linux only, see also Settings dialog):

Client package (From ownCloud or distro) (Linux only):

Installation path of client:

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

Template for output < 10 lines

  1. Client logfile: Output of owncloud --logwindow or owncloud --logfile log.txt
    (On Windows using cmd.exe, you might need to first cd into the ownCloud directory)
    (See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )

  2. Web server error log:

  3. Server logfile: ownCloud log (data/owncloud.log):

Hi,
Thanks for creating this topic, I’ve refiled it under the Server category.

You will have to run the occ upgrade command on the CLI of the server. Once it’s finished, you can run the following command to disable the maintenance mode:

occ ma:mo --off
1 Like

Thank you very much. I’m not much of a hand with SSH but I forwarded your info to our data center and they were able to fix it with your instructions.

1 Like