Run upgrade wizards for multiple TYPO3 versions (to 11.5) at once.
This extension allows to upgrade the TYPO3 core from v7.6 to v11.5 in one step.
Simply install the extension with Composer or download from TER.
composer require ichhabrecht/core-upgrader
This extension depends on TYPO3 Console.
The typo3cms binary will be installed in the specified bin-dir (by default vendor/bin
).
-
Now you can run all update wizards:
typo3cms coreupgrader:upgrade
-
The upgrade command runs necessary TYPO3 upgrade wizards.
It is recommended to run TYPO3 Console upgrade command afterwards to execute confirmable and extension wizards.typo3cms upgrade:run all
- Thanks to elementare teilchen GmbH that sponsors the maintenance of this extension