[FEATURE] Add console command to mark upgrade wizards as undone
A new CLI command `typo3 upgrade:mark:undone` has been introduced that allows to mark a previously executed upgrade wizard as undone so it can be run again. This makes the existing functionality from the install tool also available on CLI. Resolves: #104655 Releases: main Change-Id: I0d4601e3e81b447793586ddfc31e10bd40a87e64 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85672 Tested-by:core-ci <typo3@b13.com> Tested-by:
Simon Praetorius <simon@praetorius.me> Reviewed-by:
Simon Praetorius <simon@praetorius.me> Reviewed-by:
Garvin Hicking <gh@faktor-e.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Garvin Hicking <gh@faktor-e.de> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Documentation/Changelog/13.3/Feature-104655-AddConsoleCommandToMarkUpgradeWizardsAsUndone.rst 33 additions, 0 deletions...-104655-AddConsoleCommandToMarkUpgradeWizardsAsUndone.rst
- typo3/sysext/install/Classes/Command/UpgradeWizardMarkUndoneCommand.php 87 additions, 0 deletions...nstall/Classes/Command/UpgradeWizardMarkUndoneCommand.php
- typo3/sysext/install/Classes/ServiceProvider.php 14 additions, 0 deletionstypo3/sysext/install/Classes/ServiceProvider.php
Please register or sign in to comment