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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
scroll top