How can I update the old version of Magento ver. 2.4.4 to a new version Magento Commerce is 2.3.3 if my website Prime Kilt already exists on this platform, It's the first time for me, so I need help performing these steps for preventing all types of bugs that don't affect my website.
Thank you!
Upgrade your Adobe Commerce or Magento Open Source application from the command line.
bin/magento maintenance:enable
Adobe Commerce on cloud infrastructure:
./vendor/bin/ece-tools cron:disable
Magento Open Source:
bin/magento cron:remove
bin/magento cron:run --group=consumers
cp composer.json composer.json.bak
composer remove magento/product-community-edition --no-update
You can also upgrade sample data.
composer require <sample data module-1>:<version> ... <sample data module-n>:<version> --no-update
composer require-commerce magento/<product> <version> --no-update [--interactive-root-conflicts] [--force-root-updates] [--help]
composer update
rm -rf var/cache/*
rm -rf var/page_cache/*
rm -rf generated/code/*
bin/magento setup:upgrade
bin/magento maintenance:disable
If you use Varnish for page caching, restart it: service varnish restart.
If the application fails with a We're sorry, an error has occurred while generating this email.
If you find our reply helpful, please give us kudos.
A Leading North American Magento Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.
WebDesk Solution Support Team
Get a Free Quote | | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789
Location: 150 King St. W. Toronto, ON M5H 1J9