cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade jump to security patch?

SOLVED

Upgrade jump to security patch?

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? 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Upgrade jump to security patch?

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!

View solution in original post

2 REPLIES 2

Re: Upgrade jump to security patch?

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!

Re: Upgrade jump to security patch?

Thanks, I'll give it a try.