franzkugelmann / core_upgrader

Run core upgrade wizards for multiple TYPO3 versions at once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Extension core_upgrader

Latest Stable Version Build Status StyleCI

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 the Extension Manager.

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 only need to run the upgrade command:

typo3cms upgrader: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

About

Run core upgrade wizards for multiple TYPO3 versions at once

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%