From e8d8cc4321225c44b66b5d53bdbeca8398840600 Mon Sep 17 00:00:00 2001 From: Bernd Mohring <96518240+tromboman@users.noreply.github.com> Date: Sun, 16 Nov 2025 00:18:59 +0100 Subject: [PATCH] Correct Index.rst Correct command to run all upgrade wizards --- Documentation/Administration/Tools/Upgrade/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Administration/Tools/Upgrade/Index.rst b/Documentation/Administration/Tools/Upgrade/Index.rst index 93ec713c3e..35acea0a79 100644 --- a/Documentation/Administration/Tools/Upgrade/Index.rst +++ b/Documentation/Administration/Tools/Upgrade/Index.rst @@ -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) @@ -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...`.