You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/comp-mgr/cli/cli-upgrade.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ You can upgrade your Magento application from the command line if you installed
18
18
{:.bs-callout-info}
19
19
Do not use this method to upgrade if you cloned the Magento 2 GitHub repository. Instead, see [Update Magento][] for upgrade instructions.
20
20
21
-
The following instructions show you how to upgrade Magento using Composer. Magento 2.4.2 introduced support for Composer 2. If you are attempting to upgrade from Magento <2.4.1, you must first upgrade to a version of Magento that is compatible with Composer 2 (for example, 2.4.2) using Composer 1 _before_ upgrading to Composer 2 for Magento >2.4.2 upgrades.
21
+
The following instructions show you how to upgrade Magento using Composer. Magento 2.4.2 introduced support for Composer 2. If you are attempting to upgrade from Magento <2.4.1, you must first upgrade to a version of Magento that is compatible with Composer 2 (for example, 2.4.2) using Composer 1 _before_ upgrading to Composer 2 for Magento >2.4.2 upgrades. In addition, you must be running a [supported version]({{page.baseurl}}/install-gde/system-requirements.html) of PHP.
22
22
23
23
## Before you begin {#prerequisites}
24
24
25
25
Complete the following prerequisites to prepare your environment before starting the upgrade process:
26
26
27
-
-**Determine whether your current catalog search engine is supported**-Avoid significant upgrade errors by ensuring your search engine complies with 2.3 requirements. See [Check the catalog search engine] for more details.
27
+
-**Determine whether your current catalog search engine is supported**-Avoid significant upgrade errors by ensuring your search engine complies with 2.4 requirements. See [Check the catalog search engine] for more details.
28
28
-**Complete the Update and upgrade checklist**—To avoid possible errors during installation or upgrading, complete the [Update and upgrade checklist].
29
29
-**Set the `pub/` directory root**—See [Modify docroot to improve security][] for more details.
30
30
-**Check PHP and environment settings**—Verify that your PHP and other environment settings are compatible with the [system requirements].
@@ -46,7 +46,7 @@ Complete the following prerequisites to prepare your environment before starting
@@ -76,24 +76,24 @@ See the examples at the end of this section for help specifying different releas
76
76
77
77
{:.bs-callout-info}
78
78
The first time you upgrade using the plugin, you can interactively view and update any out-of-date values that may be remaining from previous versions.
79
-
To enable this, use the `--interactive-magento-conflicts` option on the `composer require` commands.
79
+
To enable this, use the `--interactive-root-conflicts` option on the `composer require-commerce` commands.
80
80
81
-
To override all conflicting custom values with the expected Magento values, re-run the `composer require`command with the `--use-default-magento-values` option.
81
+
To override all conflicting custom values with the expected Magento values, re-run the `composer require-commerce`command with the `--use-default-project-values` option.
82
82
83
83
{:.bs-callout-tip}
84
-
Use `composer require --help` to learn more about available options.
84
+
Use `composer require-commerce --help` to learn more about available options.
85
85
To learn more about usage of the plugin, refer to the [Plugin Usage](https://github.com/magento/composer-root-update-plugin/blob/0.1/src/Magento/ComposerRootUpdatePlugin/README.md#usage).
@@ -115,28 +115,28 @@ See the examples at the end of this section for help specifying different releas
115
115
116
116
### Example - Minor release
117
117
118
-
Minor releases contain new features, quality fixes, and security fixes. Use Composer to specify a minor release. For example, to specify the {{site.data.var.ee}} 2.3.7 metapackage:
118
+
Minor releases contain new features, quality fixes, and security fixes. Use Composer to specify a minor release. For example, to specify the {{site.data.var.ee}} 2.4.3 metapackage:
Quality patches primarily contain functional _and_ security fixes. However, they can also sometimes contain new, backward-compatible features. Use Composer to download a quality patch. For example, to specify the {{site.data.var.ee}} 2.3.7 metapackage:
126
+
Quality patches primarily contain functional _and_ security fixes. However, they can also sometimes contain new, backward-compatible features. Use Composer to download a quality patch. For example, to specify the {{site.data.var.ee}} 2.4.1 metapackage:
Security patches contain security fixes only. They are designed to make the upgrade process faster and easier.
135
135
136
-
Security patches use the Composer naming convention `2.3.6-px`. Use Composer to specify a patch. For example, to download the {{site.data.var.ce}} 2.3.6-p1 metapackage:
136
+
Security patches use the Composer naming convention `2.4.3-px`. Use Composer to specify a patch. For example, to download the {{site.data.var.ce}} 2.4.3-p1 metapackage:
0 commit comments