Merge pull request #2076 from owncloud/fixxes

db tables are copied
This commit is contained in:
Carla Schroder 2016-01-21 09:42:32 -08:00
commit d95ddb1dd9

View File

@ -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