Skip to main content
This topic has been closed for replies.
Correct answer Kevin Stohlmeyer

Hi @Simón28409067x3ee Magento is managed on the Adobe eCommerce Community. You can find it and post here:

https://business.adobe.com/products/magento/community.html

 

2 replies

Participant
October 9, 2023

You can do it yourself, everything is managed with a command line tool called composer.

You'll need to SSH to your server and issue the following commands (suppose we upgrade to 2.4.6-p2):

 

composer require magento/product-community-edition=2.4.6-p2 --no-update

composer update

 

Then:

 

php bin/magento setup:upgrade

php bin/magento deploy:mode:set production

 

 

 

Kevin Stohlmeyer
Community Expert
Community Expert
March 15, 2024

@Subashree33624728bogy @Steve332923 please direct your comments to the proper forum. This thread will be locked.

Kevin Stohlmeyer
Community Expert
Kevin StohlmeyerCommunity ExpertCorrect answer
Community Expert
February 14, 2023

Hi @Simón28409067x3ee Magento is managed on the Adobe eCommerce Community. You can find it and post here:

https://business.adobe.com/products/magento/community.html

 

Participant
March 15, 2024

Hi @Kevin Stohlmeyer , When we are trying to install the magento , Like other software also using the same port ofn xampp MYSQL . So port is getting conflict. Can you please  help me to out.