go to your nextcloud folder and then open config/config.php · search for 'maintenance' => true, · change true to false · save your changes · reload ...
28.01.2019 · Nextcloud version (eg, 12.0.2): 15.0.2 Operating system and version (eg, Ubuntu 17.04): Debian 9 (stretch) Apache or nginx version (eg, Apache 2.4.25): nginx/1.10.3 PHP version (eg, 7.1): 7.0.33 The issue you are facing: I am trying to enenable maintenance mode from remote machine using occ command. Therefore I wrote the script beneath. #!/bin/bash # # …
29.09.2018 · 0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded. Need to get 0 B/1055 kB of archives. After this operation, 3108 kB of additional disk space will be used.
21.06.2018 · Disable maintenance mode again: sudo -u www-data php occ maintenance:mode --off, output Maintenance mode disabled Expected behaviour. When running occ maintenance:mode --off, I expect nextcloud be in maintenance mode, so:. should disable maintenance mode without warning, should give a warning that maintenance mode is already …
Enable/Disable Nextcloud Maintenance Mode. Maintenance mode is useful when you are making changes to your nextcloud installation like a software upgrade. To enable maintenance mode, run the command. php7.3 occ maintenance:mode --on. 1.
25.04.2019 · Option 1: Wartungsmodus per Befehl aktivieren (Root-Rechte nötig) Loggen Sie sich beispielsweise per SSH auf Ihrem Server ein und wechseln Sie zuerst in das Hauptverzeichnis Ihrer Nextcloud Installation. Geben Sie dazu „cd /ort/von/nextcloud“ ein und führen dann den folgenden Befehl aus: sudo -u www-data php occ maintenance:mode --on.
sudo-u www-data php occ help maintenance: mode Usage: maintenance: mode [options] Options:--on enable maintenance mode--off disable maintenance mode-h,--help Display this help message-q,--quiet Do not output any message-V,--version Display this application version--ansi Force ANSI output--no-ansi Disable ANSI output-n,--no-interaction Do not ask any …