Apply patches
and the deliver patches to your installed ΓΫΆΉΚΣΖ΅ Commerce application.
- The Cloud Patches for Commerce package delivers required patches with critical fixes
- Quality Patches deliver optional, low-impact quality fixes as individual patches that do not contain backward incompatible changes
See Available Patches in the Commerce Operations Tools Guide to review a full list of released patches.
Both packages improve the integration of all ΓΫΆΉΚΣΖ΅ Commerce versions with Cloud environments and support quick delivery of critical, optional, and custom fixes. You can use these packages to apply, revert, and view general information about all individual patches that are available for Commerce.
When you deploy changes to the remote environment, the ece-tools
package uses magento/magento-cloud-patches
and magento/quality-patches
to check for pending patches and applies them automatically in the following order:
- Apply all required Commerce patches included in the Cloud Patches for Commerce package.
- Apply selected optional Commerce patches included in the Quality Patches Tool.
- Apply custom patches in the
/m2-hotfixes
directory in alphabetical order by patch name.
ece-tools
package or the Cloud Patches for Commerce package, the latest required patches are applied the next time you deploy your project, or you can deploy them immediately using the ece-patches apply
CLI command and redeploying your Cloud environment. You cannot skip during the deployment process.Prerequisites
The Quality Patches Tool is a dependency for the Cloud Patches for Commerce and the ece-tools
package. To apply the latest patches, you must have the latest version of ECE-Tools installed. The minimum required version of ECE-Tools is 2002.1.2.
View available patches and status
To view the list of available individual patches:
php ./vendor/bin/ece-patches status
Sample response:
More detailed information about patches you can find on https://support.magento.com/
ββββββββββββββββββ€ββββββββββββββββββββββββββββββββββββββββββββββββββ€βββββββββββ€ββββββββββββββ€ββββββββββββββββββββββββββββββββββ
β Id β Title β Type β Status β Details β
β βββββββββββββββββͺββββββββββββββββββββββββββββββββββββββββββββββββββͺβββββββββββͺββββββββββββββͺββββββββββββββββββββββββββββββββββ£
β MAGECLOUD-5069 β FPC is getting disabled during deployments β Required β Applied β Affected components: β
β β β β β - magento/module-page-cache β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β MCLOUD-5650 β Hold deployment config after reading from file β Required β Applied β Affected components: β
β β β β β - magento/framework β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β MCLOUD-5684 β Pagination Not working - product_list_limit=all β Required β Applied β Affected components: β
β β β β β - magento/module-elasticsearch β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β MC-65837 β Fix load balancer issue βDeprecatedβ Applied β Recommended replacement: MC-1 β
β β β β β Affected components: β
β β β β β - magento/framework β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β BUNDLE-2554 β Set Payment info bug β Required β Not applied β Affected components: β
β β β β β - amzn/amazon-pay-module β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β MC-1 β Fixes issue 1 β Optional β Applied β Affected components: β
β β β β β - magento/module-cms β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β MC-2 β Fixes issue 2 β Optional β Not applied β Affected components: β
β β β β β - magento/module-cms β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β MC-3 β Fixes issue 3 β Optional β Not applied β Required patches: β
β β β β β - MC-2 β
β β β β β Affected components: β
β β β β β - magento/module-cms β
ββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββΌβββββββββββΌββββββββββββββΌββββββββββββββββββββββββββββββββββ’
β N/A β ../m2-hotfixes/MDVA_custom__2.3.5_ce.patch β Custom β N/A β Affected components: β
β β β β β - magento/module-framework β
ββββββββββββββββββ§ββββββββββββββββββββββββββββββββββββββββββββββββββ§βββββββββββ§ββββββββββββββ§ββββββββββββββββββββββββββββββββββ
Magento 2 Enterprise Edition, version 2.3.5.0
The status table contains the following types of information:
-
Type:
Optional
βAll patches from the Quality Patches Tool and the Cloud Patches package are optional for ΓΫΆΉΚΣΖ΅ Commerce and Magento Open Source installations. For ΓΫΆΉΚΣΖ΅ Commerce on cloud infrastructure, all patches are optional.Required
βAll patches from the Cloud Patches for Commerce package are required for Cloud customers.Deprecated
βThe individual patch is marked as deprecated and we recommend reverting it if you have applied it. After you revert a deprecated patch, it will no longer be displayed in the status table.Custom
βAll patches from the βm2-hotfixesβ directory.
-
Status:
Applied
βThe patch has been applied.Not applied
βThe patch has not been applied.N/A
βThe status of the patch cannot be defined due to conflicts.
-
Details:
Affected components
βThe list of affected modules.Required patches
βThe list of required patches (dependencies).Recommended replacement
βThe patch that is a recommended replacement for a deprecated patch.
Apply a patch in a local environment
You can apply patches manually in a local environment and test them before you deploy.
To apply individual patches in a local development environment:
-
Add the βQUALITY_PATCHESβ variable to the
.magento.env.yaml
file and list the required patches underneath.code language-yaml stage: build: QUALITY_PATCHES: - MCTEST-1002 - MCTEST-1003
-
From the project root, apply the patches.
code language-bash php ./vendor/bin/ece-patches apply
The
ece-patches apply
command applies patches in the following order:- Required patches
- Optional individual patches
- Custom patches from the
/m2-hotfixes
directory
-
Clear the cache.
code language-bash php ./bin/magento cache:clean
-
Test the patches, make any necessary changes to custom patches.
Apply a patch in a remote environment
To apply patches in a remote environment:
-
Add the
QUALITY_PATCHES
variable to the.magento.env.yaml
file and list the required patches underneath.code language-yaml stage: build: QUALITY_PATCHES: - MCTEST-1002 - MCTEST-1003
note note NOTE After upgrading to a new version of ΓΫΆΉΚΣΖ΅ Commerce, you must re-apply patches if the patches are not included in the new version. -
Add, commit, and push the updated
.magento.env.yaml
file.code language-bash git add .magento.env.yaml
code language-bash git commit -m "Apply patch"
code language-bash git push origin <branch-name>
Apply a custom patch
When you deploy, ECE-Tools applies all ΓΫΆΉΚΣΖ΅ patches and any custom patches that you add to the /m2-hotfixes
directory in the project root.
.patch
extension.To apply and test a custom patch on a Cloud environment:
-
In the project root, create a directory called
m2-hotfixes
if it does not existcode language-bash mkdir m2-hotfixes
-
Copy the patch file to the
/m2-hotfixes
directory. -
Add, commit, and push code changes.
code language-bash git add m2-hotfixes/
code language-bash git commit -m "Apply patch"
code language-bash git push origin <branch-name>
note note NOTE Make sure to test all patches in a pre-production environment. For ΓΫΆΉΚΣΖ΅ Commerce on cloud infrastructure, you can create branches with the magento-cloud environment:branch <branch-name>
CLI command.
Revert a custom patch
To revert or uninstall a previously applied custom patch:
-
Delete the patch file from the
/m2-hotfixes
directory. -
Add, commit, and push code changes.
code language-bash git add m2-hotfixes/
code language-bash git commit -m "Revert patch"
code language-bash git push origin <branch-name>
note note NOTE Make sure to test in a pre-production environment. For ΓΫΆΉΚΣΖ΅ Commerce on cloud infrastructure, you can create branches with the magento-cloud environment:branch <branch-name>
CLI command.
Apply patches to a non-Cloud project
Use the for Magento Open Source and ΓΫΆΉΚΣΖ΅ Commerce projects.
Revert a patch in a local environment
You can revert all previously applied patches in a local development environment using the ece-patches
CLI.
To revert all applied patches:
php ./vendor/bin/ece-patches revert
This command reverts all patches in the following order:
- Reverts all applied custom patches from the /m2-hotfixes directory.
- Reverts all applied optional individual patches.
- Reverts all applied required patches.
Logging
The Quality Patches Tool logs all operations to the <Project_root>/var/log/patch.log
file.