Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wapplersystems/core_upgrader

Fork of the ichhabrecht/core-upgrader extension
https://github.com/wapplersystems/core_upgrader

typo3 typo3-cms-extension upgrade

Last synced: 18 days ago
JSON representation

Fork of the ichhabrecht/core-upgrader extension

Awesome Lists containing this project

README

        

# TYPO3 Extension core_upgrader2

[![Latest Stable Version](https://img.shields.io/packagist/v/wapplersystems/core-upgrader.svg)](https://packagist.org/packages/ichhabrecht/core-upgrader)

Run upgrade wizards for multiple TYPO3 versions (to 12.4) at once.

## Features

This extension allows to upgrade the TYPO3 core from v7.6 to v10.4 with this extension and the rest by the v12 core in one step.

Differences from the original Core Upgrade Wizards:

* The Text/Textpic/Image to Textmedia Wizard has been split into optional wizards
* Some obsolete wizards were removed, because their result cannot be used in version 12 already.

## Installation

Simply install the extension with Composer or download from [TER](https://extensions.typo3.org/extension/core_upgrader2/).

`composer require wapplersystems/core-upgrader`

## Usage

1. Now you can list all update wizards:

`typo3 upgrade:list`

1. Now you can run all update wizards:

`typo3 upgrade:run`