The long awaited Magento 2.0 has been released few days ago. There is a vast difference in file structure of Magento 2.x and Magento 1.x, so it’s not possible to upgrade to the 2.0 version like we used to in 1.x version. Though the awesome Magento Community has developed such tools which can help you migrate data of your Magento store from 1.x to 2.x versions. You can’t upgrade the Magento theme to 2.0 but you can at least perform data migration.
Here I will show the how to Migrate data from Magento 1.x to Magento 2.x using a migration tool.
Here are some tools I came to know for Magento 2.x Migration:
Here we are going to guide you to migrate to Magento 2 using UberTheme Migration tool:
WEB_ROOT_PATH\migrate-data-tool\assets WEB_ROOT_PATH\migrate-data-tool\protected\runtime
WEB_ROOT_PATH\migrate-data-tool\protected\config\config.php WEB_ROOT_PATH\migrate-data-tool\protected\data\ub_tool.db
You can migrate all types of products you want to migrate, you will have selection as well.
Linux : php -f WEB_ROOT_PATH\your_magento2_folder\bin\magento indexer:reindex Windows: php -f WEB_ROOT_PATH\your_magento2_folder\bin\magento indexer:reindex
Or
php bin/magento cache:flush php bin/magento indexer:reindex
Make recursive write able to “catalog” and “downloadable” folders which you have just copied.
1. Sales Data is not migrating after complete Migration.
Ans. If you face any trouble in migrating sales data, follow this: https://github.com/ubertheme/magento2_data_migration/issues/12
Comment below and we will help you out if you face any issue. I will love to hear from you if you find any other way to migrate the data.
Contact us anytime if you need any help with Magento 2 Custom Development, Extension development and customization, Magento 2 upgrade/migration Service for Magento 1.x versions.
Hello Magento Friends, In today’s blog, I will explain How to Add Tooltip in Checkout…
MongoDB is a popular NoSQL database that offers flexibility and scalability when handling modern web…
In NodeJS, callbacks empower developers to execute asynchronous operations like reading files, handling requests, and…
Hello Magento Friends, In today’s blog, we will learn How to Show SKU in Order…
The "Buy Now" and "Add to Cart" buttons serve as the primary call-to-action (CTA) elements…
Hello Magento Friends, In Magento 2, the checkout process allows customers to choose multiple shipping…
View Comments
When import prroduct data face this issue => The requested component ("datetime") is not found. Any Solution ??
How to skip step ? we didnt find please help
hi,
I want to transfer only Customer Data & Order Data.
How Can do this ?
You can skip other options.
Completed the migration process but the pictures are not showing in the website.
Please help
copy the media folder from M1 website and place it in pub/media in M2.
Hello,
I cannot get through the first step, when I browse the page I get:
CDbConnection failed to open the DB connection: could not find driver
This message is strange to me, 'cause magento is there and installed (php 7) and I can login in the backend, so...
I did try to setup manually config.php, this way:
array(
//Database of Magento1
'mage1' => array(
'connectionString' => 'mysql:host=blenny;dbname=gama2',
'emulatePrepare' => true,
'username' => 'root',
'password' => '123qwe',
'charset' => 'utf8',
'tablePrefix' => '',
'class' => 'CDbConnection'
),
//Database of Magento2 beta
'mage2' => array(
'connectionString' => 'mysql:host=localhost;dbname=magento',
'emulatePrepare' => true,
'username' => 'root',
'password' => '123qwe',
'charset' => 'utf8',
'tablePrefix' => '',
'class' => 'CDbConnection'
)
),
'import'=>array(
//This can change for your magento1 version if needed
//'application.models.db.{MG1_VERSION}.*',
'application.models.db.mage19x.*',
)
);
but no luck.
Any hint?
i have many Magento 1.x custom module .how i convert the modules using data Migration?
There is no perfect tool available to migrate M1 extension code to M2,
The only good option is, you can contact extension vendor for M2 Update.
When i am trying to save product i get this error “Class Magento\Catalog\Model\Product\Attribute\Backend\Media does not exist magento2” after migrated 19.2.4 to magento 2.1.
And when i open any category and product page it saying 404 not found. i have reindexed properly and even i have truncate core_rewrite_url table then i reindexed.
Any help will be appreciated.
Hello @Shailendra. Your errors “Class Magento\Catalog\Model\Product\Attribute\Backend\Media does not exist magento2” and "product page it saying 404 not found" was fix?
Hello Martin
Please verify following,
1. In database, look for eav_attribute table
2. Find image, small_image, swatch_image
3. Check the frontend_model column values for the above rows
4. It should be Magento\Catalog\Model\Product\Attribute\Frontend\Image
Same issue. You found any help please tell me. @Shailendra
Please contact us.
Hello,
When i am trying to save product i get this error "Class Magento\Catalog\Model\Product\Attribute\Backend\Media does not exist magento2" after migrated 19.2.4 to magento 2.1.
And when i open any category and product page it saying 404 not found. i have reindexed properly and even i have truncate core_rewrite_url table then i reindexed.
Any help will be appreciated.
chmod -R 777 pub/ var/
Run this command from your magento root directories, it should solve your save product issues.
Hi Team,
I have evaluated your Data Migration tool and found two issue.
The first issue is it doesn't support data migration for custom Product Type under Migrate Product. I have custom product type which was created for Affiliate Products and it didn't get migrated successfully. The other issue I found is migration with Sales data. There is unnecessary validation and if tables are blank the migration is not moving to other steps. Could you please let me know if you can provision custom product type migration as well?
Hello
First thing, this is not our tool, this tool is designed by Ubertheme guys.
You can ask them for the custom product type, becauseas much as I know, in free version they don't have that feature.
About sales record, they may have fixed that issue in next version.
I have tried to migrate the magento1 into magento2 using UB migration tool. Once the migration completed, I have completed the necessary steps that you've described here. But my problem is URL Rewrite for product. After migration the product URL were perfect but when I saved the category the product url has extra ".html".
After this, the product pages doesn't load and It gives 404 error.
We didn't face such issue yet,
Are you able to access the products url typed manually in the browser?
If so, then you will have to figure out, how .html is adding behind the products.