---
title: "Feature: #104655 - Add console command to mark upgrade wizards as undone"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-104655-1724859386"
source: "Changelog/13.3/Feature-104655-AddConsoleCommandToMarkUpgradeWizardsAsUndone.rst"
typo3-version: "13.3"
typo3-major: 13
type: "feature"
issue: 104655
forge: "https://forge.typo3.org/issues/104655"
tags: ["CLI", "ext:install"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Feature: #104655 - Add console command to mark upgrade wizards as undone {#feature-104655-1724859386}

See [forge#104655](https://forge.typo3.org/issues/104655)

## Description {#description}

A new CLI command `typo3 upgrade:mark:undone` has been
introduced. It 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.

> [!NOTE]
> Bear in mind that wizards theoretically can cause data inconsistencies when
> being run again. Also, a wizard may not run properly again when its
> pre-requisites no longer apply after its first run.

## Impact {#impact}

You can now mark an already executed upgrade wizard as "undone" with
`typo3 upgrade:mark:undone <wizardIdentifier>`
