Hi,
We are new to magento especially in applying security patches so any help would really be appreciated
We are currently running under version 2.3.6-p1 and need to apply the security patch 2.3.7-p1 but we have been unable to find the file to download - we may be missing something very obvious.
Can anyone point us in the right direction to download this file
Thanks
Rich
Go to this link: https://magento.com/tech-resources/download
Under Build version: select ver 2.3.7-p1
Click the Download button
Hi,
Thanks for the reply
Once downloaded what is the procedure to apply the patches
Cheers
Rich
We downloaded the file magento-ce-2.3.7-p1-2021-08-09-07-25-07.zip as suggested
Do we upload this to the magento root directory
We will be using SSH to apply the patches but we are not sure what the next steps are
Any help would really be appreciated
Thanks
Sorry for the late reply. Here you go
composer require-commerce magento/product-community-edition 2.3.7-p1 --no-update composer update rm -rf var/cache/* rm -rf var/page_cache/* rm -rf generated/code/* bin/magento setup:upgrade bin/magento maintenance:disable bin/magento setup:di:compile bin/magento setup:static-content:deploy
Thank you for your detailed responses to Contributor and #LiteExtensionExpert. I needed to upload this to the Magento root directory as well, thus your second instructions were helpful. thanks.