- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to get my head round upgrade vs patches.
I've got a system which has got pretty behind - 2.3.5
I want to take it to the latest which I think is 2.4.3
Do I jump straight to 2.4.3-p1 with
composer require magento/product-community-edition=2.4.3-p1
Or do I need to run the require/update on the 2.4.3 then apply the 2.4.3-p1?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @silas3,
Hope you are doing well!
Yes, you can directly jump to the 2.4.3-p1 with
composer require magento/product-community-edition=2.4.3-p1
You can easily upgrade it. If you get any error in updating, feel free to contact us.
I wish this will help you.
Click KUDOS and accept as a solution.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @silas3,
Hope you are doing well!
Yes, you can directly jump to the 2.4.3-p1 with
composer require magento/product-community-edition=2.4.3-p1
You can easily upgrade it. If you get any error in updating, feel free to contact us.
I wish this will help you.
Click KUDOS and accept as a solution.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upgrade jump to security patch?
Thanks, I'll give it a try.