N/A
This is a Magento 2 module, allows migrate some important data from Magento 1.x to Magento 2.x, (*1)
+ Magento CE 1.x: 1.6.x, 1.7.x, 1.8.x, 1.9.x + Magento 2 CE 2.0.0 and later
pub
folder at path PATH_YOUR_MAGENTO_2/pub
composer require rajeshdnw/module-bkdatamigration
php -f PATH_YOUR_MAGENTO_2/bin/magento module:enable --clear-static-content Bluethink_Bkdatamigration
php -f PATH_YOUR_MAGENTO_2/bin/magento setup:upgrade
, (*3)
, (*4)
, (*5)
, (*6)
, (*7)
, (*8)
, (*9)
, (*10)
, (*11)
To finish the data migration from Magento 1 to Magento 2, you have to do some tasks bellow: + Copy media files - Copy the folder at PATH_YOUR_MAGENTO_1\media\catalog and paste replace to PATH_YOUR_MAGENTO_2\pub\media\ - Copy the folder at PATH_YOUR_MAGENTO_1\media\downloadable and paste replace to PATH_YOUR_MAGENTO_2\pub\media\ - Make recursive write permission to "catalog" and "downloadable" folders which you have just copied., (*12)
Re-save all the Attribute Sets migrated: In backend of your Magento 2 go to Stores/Attributes/Attribute menu navigation. Open the Attribute Set, edit information of it if needed and click the save button, (*13)
Re-Index the data: In your terminal window run bellow command:
php -f PATH_YOUR_MAGENTO_2/bin/magento indexer:reindex
, (*14)
Clean Magento 2: In your terminal window run bellow command:
php -f PATH_YOUR_MAGENTO_2/bin/magento cache:flush
, (*15)
Upgrade Password Hash (__This is optional task for more security__): In your terminal window run bellow command
php -f PATH_YOUR_MAGENTO_2/bin/magento customer:hash:upgrade
, (*16)
http://your_magento2_url/