Hello,
What exactly is updating if you do ubdatamigration run --step=5 --mode=update
Only the new products or is he updating the existing one? i see no changes in the test i have done!!
Thanks,
Maarten
-
I changed for test the attribute set.The update whas working because a few hundred products where added
10 answers
Hi there,
What exactly is updating if you do ubdatamigration run --step=5 --mode=update
Only the new products or is he updating the existing one?
That CLI command will migrate newly added and modified products in Magento 1 and update (overwrite) them into your Magento 2 since your last migration.
i see no changes in the test i have done!!
That is strange, kindly re-check. Did you implement delta migration with correct databases settings? Our tool has two files for databases configuration, you should check and verify databases credentials on both files:
pub/ub-tool/protected/config/db.php
pub/ub-tool/protected/config/db.tpl
Regards,
Mall.
I changed for test the attribute set.The update whas working because a few hundred products where added
I changed it in magento 2
Hi there,
I changed for test the attribute set.The update whas working because a few hundred products where added
Could you explain in more details?
I changed it in magento 2
As explained in my previous reply, if you make changes in Magento 2, once you run the mode update, all your changes in your Magento 2 will be overwriten by Magento 1 data.
Regards,
Mall.
As explained in my previous reply, if you make changes in Magento 2, once you run the mode update, all your changes in your Magento 2 will be overwriten by Magento 1 data.
Thats not true, the data is not overwritten, thats my question.
The Active from attribute whas changed but the attribute set was not changed,
i changed the attribute set from “default migrated” to “default” in Magento 2. After update
“ubdatamigration run --step=5 --mode=update” the attributeset of the products whas “default”
Hi there,
I do update but not all the attribute sets are not changed.
Could you let me know, how did you change the attribute sets? Did you do that on Magento 1 or Magento 2 instance?
If you have changed product attribute sets information in Magento 1 instance, you must run delta with the mode update in the step #3 of our tool to migrate such changes to Magento 2 instance.
Regards,
Mall.
I didnt change the attribute set.
I changed the attribute set in a product from default megrated to the existing attribute set default. Is didnt make any changes to the attribute set itself
Hi there,
As per our previous reply, I am not sure if you did change the attribute set in a product in Magento 1 or in a migrated product in Magento 2.
I’d like to clarify again:
After completing migration, if you changed the attribute set of a product in M2, then you run delta migration. In this case, our tool still keep your edited attribute set of such product in M2 unchanged (while other data like price, stock, quantity etc., will be overwritten).
Regards,
Mall.
I changed it in magento 2
Thanks for the answer, thats exact what i want to now
Hi Maarten,
We’re sorry for late response as we’ve just been back to work after weekend.
Please let us know if you have additional question.
Regards,
Ubertheme team