From f55654a78a76054d467b6aa92a8269538c6de6bc Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Thu, 21 Jan 2016 09:41:35 -0800 Subject: [PATCH] db tables are copied --- admin_manual/configuration_server/occ_command.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 6dc078e9e..35f4d7e71 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -838,11 +838,12 @@ or to use in a bug report:: Update failed Turned off maintenance mode -Before completing the upgrade, ownCloud first runs a simulation by -copying all database tables to new tables, and then performs the -upgrade on them, to ensure that the upgrade will complete correctly. The copied tables are deleted after the upgrade. This -takes twice as much time, which on large installations can be many hours, so -you can omit this step with the ``--skip-migration-test`` option:: +Before completing the upgrade, ownCloud first runs a simulation by copying all +database tables to new tables, and then performs the upgrade on them, to ensure +that the upgrade will complete correctly. The copied tables are deleted after +the upgrade. This takes twice as much time, which on large installations can be +many hours, so you can omit this step with the ``--skip-migration-test`` +option:: $ sudo -u www-data php occ upgrade --skip-migration-test