Delta migration after test data

  1. We have huge m1 database, we have completed migration now we want delta migration.
    please name the m1 tables that are required for customer and order delta migrations to create customers and orders in magento2.

    2.  We have migrated keeping original ids, now on m2 we have placed some test orders and we want to keep that, what steps should we perform so that delta migration works, we are fine if the original ids change now from current date orders and customers

2 answers

Profile photo of ubdev Staff 98030.00 $tone February 18, 2020
Public

Hi there, 
We’d like to clarify your questions below: 

please name the m1 tables that are required for customer and order delta migrations to create customers and orders in magento2.

Our migration tool already covers those tables in Step 6 & 7 of our migration tool which helps to handle data migration automatically. If you want to learn more about that, you can take a closer look at those two steps. 

2.  We have migrated keeping original ids, now on m2 we have placed some test orders and we want to keep that, what steps should we perform so that delta migration works, we are fine if the original ids change now from current date orders and customers

This will need an extra tweak code. However, please note that the tweaked code just helps to change the original IDs for newly added orders and customers only (for the migrated data that has been changed since your first migration, changing the original IDs is not possible. In this case, if you run the delta migration with the ‘update’ mode, it will cause the wrong data relation and might lead to the ID conflict issue).
Regards,
Ubertheme team

#1
Profile photo of ubdev Staff 98030.00 $tone February 18, 2020
Public

Hi there, 
We’ve just sent an email to you regarding your subscription. Please check and follow up further with us there.
Regards,
Ubertheme team

#2

Please login or Register to Submit Answer

Written By

Comments