In this blog, I will show you how to upgrade Magento 2.4.5-p1 to 2.4.6-p3 opensource project.

If your project integrated with git then first create new branch like release/magento246-p3 using command
git checkout -b release/magento246-p3

We need to upgrade software first. We can see software requirement here

Software2.4.5-p12.4.6-p3
Composer2.22.2
Elasticsearch7.178.7
OpenSearch1.22.5
MariaDB10.410.6
PHP8.18.2, 8.1
RabbitMQ3.93.11
Redis6.27.0
Varnish7.07.3

Run below command to update module version in composer.json
composer require magento/product-community-edition 2.4.6-p3 --no-update
OR
Manually update package version in composer.json file
"magento/product-community-edition": "2.4.6-p3",

Next step is run
composer update

then run magento deployment command
php bin/magento setup:upgrade

You also can refer official magento upgrade docs by click here.

After upgrade you might be facing Zend deprecated class errors. you can follow blog Magento 2.4.6 Depreciated Zend classes alternative to fix it.

I hope this blog is useful for upgrade Magento 2.4.5-p1 to 2.4.6-p3 version. In case, I missed anything or need to add some more information, Don’t heisted to leave a comment in this blog, I’ll get back with some positive approach.

Keep liking 👍 Keep sharing 📣 Keep loving ❤️ Keep inspiring 🤩

6 Comments

  1. Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?

  2. Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.

  3. I don’t think the title of your enticle matches the content lol. Just kidding, mainly because I had some doubts after reading the enticle.

Write A Comment