From edef840fa23127680ccc669e00fe0909d0727107 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Thu, 21 Jan 2016 11:11:25 -0800 Subject: [PATCH] more pages with database tables copies --- admin_manual/maintenance/package_upgrade.rst | 11 ++++++----- admin_manual/maintenance/update.rst | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/admin_manual/maintenance/package_upgrade.rst b/admin_manual/maintenance/package_upgrade.rst index 00302334a..5d19d9a4e 100644 --- a/admin_manual/maintenance/package_upgrade.rst +++ b/admin_manual/maintenance/package_upgrade.rst @@ -139,11 +139,12 @@ your ownCloud Web page to return to your previous session. Migration Test ^^^^^^^^^^^^^^ -ownCloud starts your upgrade by first running a simulation: it copies all -database tables to a temporary directory, and then performs the upgrade on -them to ensure that the upgrade will complete correctly. This can delay large -installations by several hours, so you can omit this step with the -``--skip-migration-test`` option, like this example on CentOS:: +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, like this example on CentOS:: $ sudo -u apache php occ upgrade --skip-migration-test diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 0a41163a6..cd702c7e5 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -84,10 +84,11 @@ steps: $ sudo -u www-data php occ upgrade Before completing the upgrade, ownCloud first runs a simulation by copying all -database tables to a temporary directory and then performing the upgrade on -them, to ensure that the upgrade will complete correctly. 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:: +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, like this example on Ubuntu:: $ sudo -u www-data php occ upgrade --skip-migration-test