Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 69588a4

Browse files
committed
More updates
1 parent cd97919 commit 69588a4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/guides/v2.4/comp-mgr/trouble/current-search-engine.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ type='warning'
2929
content='If you have received this error, Magento is in an inconsistent state, and you cannot access the Admin. We recommend that you revert to your previous version of Magento while you resolve this error. To do this, run one of the following commands:
3030

3131
```bash
32-
composer require magento/product-enterprise-edition=<version>
32+
composer require-commerce magento/product-enterprise-edition=<version>
3333
```
3434

3535
```bash
36-
composer require magento/product-community-edition=<version>
36+
composer require-commerce magento/product-community-edition=<version>
3737
```
3838

3939
where `<version>` is the version of Magento you were running **before** the upgrade. For example, `2.3.5`.'
4040
%}
4141

42+
{:.bs-callout-warning}
43+
As of version 2.4.4, you must [install the `require-commerce`]({{page.baseurl}}/comp-mgr/cli/cli-upgrade.html) Composer plugin. If you are attempting to upgrade to an earlier version, run the `composer require magento/product-enterprise-edition=<version>` or `composer require magento/product-community-edition=<version>` command instead.
44+
4245
Follow the guidelines described in the following sections to recover from Magento's inconsistent state.
4346

4447
## If your search engine is `mysql`

src/guides/v2.4/config-guide/deployment/single-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Contributing developers should use [this guide][6] to update their Magento insta
4040
1. Apply updates to Magento or its components using the following command pattern:
4141

4242
```bash
43-
composer require <package> <version> --no-update
43+
composer require-commerce <package> <version> --no-update
4444
```
4545

4646
**package**: The name of the package you want to update.

0 commit comments

Comments
 (0)