diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 1a37d32d0..fd4bd2624 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -687,17 +687,17 @@ like this example on CentOS Linux. Note how it details the steps:: Update successful Turned off maintenance mode -Enabling verbosity displays timestamps: +Enabling verbosity displays timestamps:: -./occ upgrade -v -ownCloud or one of the apps require upgrade - only a limited number of commands are available -2015-06-23T09:06:15+0000 Turned on maintenance mode -2015-06-23T09:06:15+0000 Checked database schema update -2015-06-23T09:06:15+0000 Checked database schema update for apps -2015-06-23T09:06:15+0000 Updated database -2015-06-23T09:06:15+0000 Updated to 0.6.6 -2015-06-23T09:06:15+0000 Update successful -2015-06-23T09:06:15+0000 Turned off maintenance mode + ./occ upgrade -v + ownCloud or one of the apps require upgrade - only a limited number of commands are available + 2015-06-23T09:06:15+0000 Turned on maintenance mode + 2015-06-23T09:06:15+0000 Checked database schema update + 2015-06-23T09:06:15+0000 Checked database schema update for apps + 2015-06-23T09:06:15+0000 Updated database + 2015-06-23T09:06:15+0000 Updated to 0.6.6 + 2015-06-23T09:06:15+0000 Update successful + 2015-06-23T09:06:15+0000 Turned off maintenance mode If there is an error it throws an exception, and the error is detailed in your ownCloud logfile, so you can use the log output to figure out what went wrong,