Delta Customer Details and Order Details updated

Hi there,

We have migrated from M1 to M2 more than a year back and now we are trying to do the delta migration. We are curious that the command php -f bin/ubdatamigration run will migrate the latest details like Changes in customer details which was made after initial migration and Changes in order processing flow(status updated..etc).

We see the Flag --mode=update which is mentioned briefly in documentation and not sure whether that will help to match our requirement.
kindly share your comments?

1 answer

Profile photo of Mall Staff 184060.00 $tone March 7, 2022
Public

Hi there,

We see the Flag --mode=update which is mentioned briefly in documentation and not sure whether that will help to match our requirement.
kindly share your comments?

Yes, if you are using the latest v3.2.6 of our module then you can run delta migration in step #6 and step #7 by running CLI commands with ‘update’ mode, it will help to delta update for both migrated items and newly added items on each step:

Delta migration in step #6 (migrating customers)

php -f bin/ubdatamigration run --step=6 --mode=update;

And delta migration in step #7 (migrating sales data)

php -f bin/ubdatamigration run --step=7 --mode=update;

Regards,
Mall.

#

Please login or Register to Submit Answer

Written By

Comments