Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wapplersystems/core_upgrader
- Owner: WapplerSystems
- License: gpl-2.0
- Created: 2023-05-26T22:39:07.000Z (over 1 year ago)
- Default Branch: release/v12
- Last Pushed: 2024-08-05T09:11:05.000Z (5 months ago)
- Last Synced: 2024-10-29T22:45:46.014Z (2 months ago)
- Topics: typo3, typo3-cms-extension, upgrade
- Language: PHP
- Homepage:
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`