Closed sivajik34 closed 3 months ago
Hi, @sivajik34
The script you are running bin/update
is designed to update your Docker environment for Magento, not Magento itself. To update Magento from version 2.4.6-p3 to 2.4.7-p2, you'll need to follow a different process.
bin/composer require magento/product-community-edition=2.4.7-p2 --no-update
bin/composer update
bin/magento setup:upgrade
bin/magento cache:flush
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
Let me know if you need any further assistance :)
Thank you so much
i have ran bin/update but it seems not working