Question

I have done M1=>M2 data migration via Magento default tool and now I need for remigrate latest data from M1 to M2. Please let me know how can i do this.

Means, Firstly we have done data migrate from M1 to M2 secondly after some time we have to remigrate latest data from M1 to M2 on same platform.

Was it helpful?

Solution

You can use php bin/magento migrate:delta {<path to config.xml>} command to migrate incremental date from Magento 1 to Magento 2.

For more information, please see the below link. https://devdocs.magento.com/guides/v2.0/migration/migration-migrate-delta.html

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top