How to apply the latest release security patch to Magento 2.4.3
If this is a question, you can find the answer here: How to apply a composer patch provided by Adobe
Therefore, the following instructions assume:
- You’re running Magento
2.4.3
or2.4.3-p1
- You installed Magento via Composer
- You’ve uploaded the patch files to Magento root folder
- You’re running these commands in SSH as “magento” user.
First (Note: The order you apply the patches is critical)
patch -p1 < MDVA-43395_EE_2.4.3-p1_COMPOSER_v1.patch
Second
patch -p1 < MDVA-43443_EE_2.4.3-p1_COMPOSER_v1.patch
Side Note: I found the wording and patch labelling a bit “iffy”, and was also confused by which version to use.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.