@@ -1223,13 +1223,9 @@ List all options, like this example on CentOS Linux::
12231223
12241224 sudo -u apache php occ upgrade -h
12251225 Usage:
1226- upgrade [--skip-migration-test] [--dry-run] [-- no-app-disable]
1226+ upgrade [--no-app-disable]
12271227
12281228 Options:
1229- --skip-migration-test skips the database schema migration simulation and
1230- update directly
1231- --dry-run only runs the database schema migration simulation, do
1232- not actually update
12331229 --no-app-disable skips the disable of third party apps
12341230 --help (-h) Display this help message.
12351231 --quiet (-q) Do not output any message.
@@ -1289,19 +1285,6 @@ or to use in a bug report::
12891285 Update failed
12901286 Turned off maintenance mode
12911287
1292- Before completing the upgrade, Nextcloud first runs a simulation by copying all
1293- database tables to new tables, and then performs the upgrade on them, to ensure
1294- that the upgrade will complete correctly. The copied tables are deleted after
1295- the upgrade. This takes twice as much time, which on large installations can be
1296- many hours, so you can omit this step with the ``--skip-migration-test ``
1297- option::
1298-
1299- sudo -u www-data php occ upgrade --skip-migration-test
1300-
1301- You can perform this simulation manually with the ``--dry-run `` option::
1302-
1303- sudo -u www-data php occ upgrade --dry-run
1304-
13051288.. _two_factor_auth_label :
13061289
13071290Two-factor Authentication
0 commit comments