From 7e9e3d2d9adf7335800212bd343db20d2c8334b7 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 28 Sep 2018 11:28:53 +0200 Subject: [PATCH] Removed Upgrade Option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed “--no-app-disable” Option from the occ upgrade command since this option does not exist in Nextcloud 14 anymore. --- admin_manual/configuration_server/occ_command.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 25db21eaf..e9b1b088d 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1313,10 +1313,9 @@ List all options, like this example on CentOS Linux:: sudo -u apache php occ upgrade -h Usage: - upgrade [--no-app-disable] + upgrade [--quiet] Options: - --no-app-disable skips the disable of third party apps --help (-h) Display this help message. --quiet (-q) Do not output any message. --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output,