Project

General

Profile

Actions

Bug #101354

closed

UpgradeWizard marked as done failes with "No wizard found" error since v12

Added by Stefan Bürk 10 months ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-07-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #99586: Auto-configure upgrade wizards via service tagClosedOliver Bartsch2023-01-17

Actions
Actions #1

Updated by Stefan Bürk 10 months ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review 10 months 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

Actions #3

Updated by Stefan Bürk 10 months ago

  • Related to Feature #99586: Auto-configure upgrade wizards via service tag added
Actions #4

Updated by Gerrit Code Review 10 months 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

Actions #5

Updated by Gerrit Code Review 10 months 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

Actions #6

Updated by Stefan Bürk 10 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF