Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
[BUGFIX] Remove typo3/cms-recordlist from update command (#365) (#366)
Browse files Browse the repository at this point in the history
Additionally, add a note.

Related: TYPO3-Documentation/Changelog-To-Doc#191
Releases: main, 12.4
  • Loading branch information
brotkrueml authored Mar 26, 2024
1 parent 8ac7684 commit d5f81ac
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Documentation/Major/UpgradeCore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,24 @@ Given that a typical installation of TYPO3 will consist of a number of packages,
it is recommended that the `Composer Helper Tool <https://get.typo3.org/go/composer-helper>`_
be used to help generate the Composer upgrade command.

.. note::
With TYPO3 v12 the `typo3/cms-recordlist` package was merged into `typo3/cms-backend`.
Therefore, remove the `typo3/cms-recordlist` from your composer.json before upgrading.

Assuming that the packages below are installed locally, the following example would upgrade each of them to version `12.4`.

.. code-block:: bash
composer remove "typo3/cms-recordlist"
composer require --update-with-all-dependencies "typo3/cms-adminpanel:^12.4" \
"typo3/cms-backend:^12.4" "typo3/cms-belog:^12.4" "typo3/cms-beuser:^12.4" \
"typo3/cms-core:^12.4" "typo3/cms-dashboard:^12.4" "typo3/cms-felogin:^12.4" \
"typo3/cms-filelist:^12.4" "typo3/cms-filemetadata:^12.4" "typo3/cms-fluid:^12.4" \
"typo3/cms-form:^12.4" "typo3/cms-frontend:^12.4" "typo3/cms-info:^12.4" \
"typo3/cms-install:^12.4" "typo3/cms-linkvalidator:^12.4" "typo3/cms-lowlevel:^12.4" \
"typo3/cms-recordlist:^12.4" "typo3/cms-recycler:^12.4" "typo3/cms-rte-ckeditor:^12.4" \
"typo3/cms-setup:^12.4" "typo3/cms-t3editor:^12.4" "typo3/cms-tstemplate:^12.4" \
"typo3/cms-viewpage:^12.4"
"typo3/cms-recycler:^12.4" "typo3/cms-rte-ckeditor:^12.4" "typo3/cms-setup:^12.4" \
"typo3/cms-t3editor:^12.4" "typo3/cms-tstemplate:^12.4" "typo3/cms-viewpage:^12.4"
A typical TYPO3 installation is likely to have multiple third party extensions installed and running the above command can create dependency errors.

Expand Down

0 comments on commit d5f81ac

Please sign in to comment.