Hello,
Newly created Product are missing in m2 after done delta migration
can you please check?
5 answers
Hi there,
Newly created Product are missing in m2 after done delta migration
can you please check?
That is strange. Our migration tool does not delete any data objects which are not migrated by our migration tool.
Please check again at your end.
Regards,
Mall.
Hello Mall,
I mean Newly created products in M1 are not getting migrated in delta migration
can you please check?
Hi there,
I mean Newly created products in M1 are not getting migrated in delta migration
What is the version of our module in your instance?
Let’s try run delta migration in step #5 with ‘update’ mode by running the CLI command:
php -f bin/ubdatamigration run --step=5 --mode=update;
And then, check the issue you mentioned again.
Regards,
Mall.
Hello Mall,
We already applied this steps and it’s not creating missing or new product from m1
How can we migrate such products?
Hi there,
We already applied this steps and it’s not creating missing or new product from m1
How can we migrate such products?
That is strange. What is the version of our module in your instance?
If you have not used the latest version 3.2.6 of our module yet. Please try again with steps as following at your end:
1. Upgrade to the latest version 3.2.6 of our module
2. Once done, you run delta migration in step #5 with ‘update’ mode by running the CLI command:
php -f bin/ubdatamigration run --step=5 --mode=update;
And then, check the issue you mentioned again.
Regards,
Mall.