ichhabrecht/core-upgrader

Run upgrade wizards for multiple TYPO3 versions at once

Installs: 28 324

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 4

Forks: 15

Open Issues: 7

Type:typo3-cms-extension

1.3.1 2021-02-21 17:57 UTC

This package is auto-updated.

Last update: 2024-04-28 19:36:54 UTC


README

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 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

  1. You need to activate the extension:

    typo3cms install:generatepackagestates

  2. Now you can run all update wizards:

    typo3cms coreupgrader:upgrade

  3. 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