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

Commit

Permalink
[TASK] [BACKPORT] Replace "to action" (#393) (#395)
Browse files Browse the repository at this point in the history
Co-authored-by: Franz Holzinger <[email protected]>
  • Loading branch information
garvinhicking and franzholz authored Jul 8, 2024
1 parent 4ee943f commit 649441b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/Minor/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ For example, updating from TYPO3 version `11.5.2` to `11.5.3` is a patch/bugfix
Before updating
===============

The :ref:`pre-upgrade tasks <preupgradetasks>` chapter contains a list of tasks that should be actioned prior to upgrading
to a major release.
The :ref:`pre-upgrade tasks <preupgradetasks>` chapter contains a list of tasks that
should be completed prior to upgrading to a major release.

The only tasks that need to actioned for a patch/bugfix update are :ref:`making a backup <make_a_backup>` and :ref:`updating the reference index <update_reference_index>`.
The only tasks that need to be completed for a patch/bugfix update are :ref:`making a backup <make_a_backup>` and :ref:`updating the reference index <update_reference_index>`.

Check if updates are available
===============================
Expand All @@ -35,11 +35,11 @@ Execute the update

To execute the update, run `composer update --with-all-dependencies "typo3/*"`.

This will update all TYPO3 packages, the `--with-all-dependencies` signals that any dependencies of TYPO3 should also be updated.
This will update all TYPO3 packages. The :bash:`--with-all-dependencies` signals that any dependencies of TYPO3 should also be updated.

Post update
===========

Once Composer has finished updating the installation of TYPO3, log in to the backend and clear all caches.
Once Composer has completed updating the installation of TYPO3, log in to the backend and clear all caches.

:guilabel:`Admin Tools > Maintenance > Flush TYPO3 and PHP Cache`

0 comments on commit 649441b

Please sign in to comment.