- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022
11:20 AM
02-15-2022
11:20 AM
How to migrate data from Magento 1.9.4 to Magento 2.4.3-p1 without using the Migration tool?
We had 3 stores in Magento 1.9.4. I migrated 2 of them to Magento 2.4.2-p1 using the Magento Migration tool, installed the Smartwave Porto theme and the Amasty extensions and now we have many many problems!
Here is what I would like to do:
- make a fresh install of Magento 2.4.3-p1
- install the Smartwave Porto theme
- install the Amasty extensions
and then:
- export customers, orders and products from our Magento 1.9.4 for the 1 store we didn't migrate to our Magento 2.4.2-p1 and import it into this Magento 2.4.3-p1 installation WITHOUT using the Magento Migration Tool (as I believe doing that messed up our Magento 2.4.2-p1).
How can this be done?
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022
01:45 AM
02-28-2022
01:45 AM
Re: How to migrate data from Magento 1.9.4 to Magento 2.4.3-p1 without using the Migration tool?
Hi @realbencut107b I guess it will very complicated if you are going the data migration without a data migration tool. Magento is also advised(https://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html) to use the Data Migration Tool you should try your migration with the migration tool because there is a smooth process as below.
- Install fresh Magento 2 (without sample data) on your server or the local machine.
- Dump your M1 DB from there and import it on your server or the local machine.
- Install data Data Migration Tool on Magento 2 instance.
- Configure the m1 DB and m2 DB in DMT(data migration tool)
- Open a terminal and go to the root of M2 then run the configuration command like
php bin/magento migrate:settings -r -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/<m1_version>/config.xml
- after successfully configuring
php bin/magento migrate:data -r -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/<m1_version/config.xml
the settings then run the below command. - After successfully migrating this then check everything is migrated.