ichhabrecht / core-upgrader
Run upgrade wizards for multiple TYPO3 versions at once
Installs: 29 063
Dependents: 0
Suggesters: 0
Security: 0
Stars: 26
Watchers: 4
Forks: 15
Open Issues: 7
Type:typo3-cms-extension
Requires
- php: >=7.2, < 7.5
- helhum/typo3-console: ^6.3.0
- typo3/cms-core: ^10.4
- typo3/cms-frontend: ^10.4
- typo3/cms-install: ^10.4
Replaces
- typo3-ter/core-upgrader: 1.3.1
This package is auto-updated.
Last update: 2024-10-28 20:39:38 UTC
README
Run upgrade wizards for multiple TYPO3 versions (to 10.4) at once.
Features
This extension allows to upgrade the TYPO3 core from v7.6 to v10.4 in one step.
Installation
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
).
Usage
-
You need to activate the extension:
typo3cms install:generatepackagestates
-
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
Community
- Thanks to elementare teilchen GmbH that sponsors the maintenance of this extension