- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021
03:24 PM
02-20-2021
03:24 PM
update magento 2 version 2.3.5 to version 2.3.5-p2?
how to update magento 2 version 2.3.5 for 2.3.5-p2 ? I tried the following steps but it didn't work.
composer require magento/product-community-edition=2.3.2 --no-update
composer update
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
And when using the command:
php bin / magento --version
it returns 2.3.5 and not version 2.3.5-p2
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2021
09:47 AM
02-21-2021
09:47 AM
Re: update magento 2 version 2.3.5 to version 2.3.5-p2?
Follow this link : https://devdocs.magento.com/cloud/project/project-upgrade.html#complete-the-upgrade...This is the Good process to upgrade Magento EE.