Migration from Magento 1.x to Latest Magento 2 version using Free Migration Tool

In this video tutorial I will be showing you how you can easily migrate your magento 1 store to Magento 2.

Will show you all the exact steps you need take. So be with me till the end and post your comment if you have any questions For a Quick reply!

You can also join our Magento 2 Developers Facebook group here: https://www.facebook.com/groups/magento2developer/

How to install Magento 2 latest https://youtu.be/tJcJ3NEBQJs

DevDocs Install Data Migration Tool https://devdocs.magento.com/guides/v2.4/migration/migration-tool-install.html

MIGRATE SETTINGS

php bin/magento migrate:settings vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.4.0/config.xml

MIGRATE DATA

php bin/magento migrate:data -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.4.0/config.xml

Re-migation of only updated customers and orders

php -d memory_limit=-1 bin/magento migrate:delta -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml

Few important commands:
php -f bin/magento maintenance:enable
rm -rf generated/code/* var/*
find ./var -type d -exec chmod 775 {} \;
php bin/magento c:c php bin/magento c:f
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy en_US -f
php bin/magento indexer:reindex
php bin/magento deploy:mode:set production
php -f bin/magento maintenance:disable

For Magento migration service by Experts Have a look : https://risecommerce.com/magento-1-to-magento-2-migration

Leave a Reply

Your email address will not be published. Required fields are marked *