Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Administration/Tools/Upgrade/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Use console commands to list and run the upgrade wizards:
vendor/bin/typo3 upgrade:run myExtension_exampleUpgradeWizard

# Run all upgrade wizards
vendor/bin/typo3 upgrade:run myExtension_exampleUpgradeWizard
vendor/bin/typo3 upgrade:run

.. group-tab:: Classic mode installation (no Composer)

Expand All @@ -85,7 +85,7 @@ Use console commands to list and run the upgrade wizards:
typo3/sysext/core/bin/typo3 upgrade:run myExtension_exampleUpgradeWizard

# Run all upgrade wizards
typo3/sysext/core/bin/typo3 upgrade:run myExtension_exampleUpgradeWizard
typo3/sysext/core/bin/typo3 upgrade:run

Or access module :guilabel:`Upgrade` from the Admin Tools or Install Tool and
then click on :guilabel:`Run upgrade wizard...`.
Expand Down