Bug #101354
closedUpgradeWizard marked as done failes with "No wizard found" error since v12
100%
Description
Since TYPO3 v12 executing a specific upgrade wizard by identifier
using the cli command returns a non-zero exit code along outputting
a "No wizard found" error message.
The behaviour before v12 was to avoid running it, but returning a
exit code of 0.
Expected behavour is that a already run and marked as done upgrade
wizard should not exit with non-zero exit code and outputting a
missleading not found error.
TYPO3 v11:
$ bin/typo3 upgrade:run svgFilesSanitization ; echo "$?" 0
TYPO3 v12:
$ bin/typo3 upgrade:run svgFilesSanitization ; echo "$?" [ERROR] No such wizard: svgFilesSanitization 1
The behaviour changed with adding the ability to register
upgrade wizatd by a PHP attribute with #99586
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80027
Updated by Stefan Bürk over 1 year ago
- Related to Feature #99586: Auto-configure upgrade wizards via service tag added
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80027
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79990
Updated by Stefan Bürk over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a69dec4907aae987a0ed97fd5106b089235c40dd.