I have updated the database with new data (products) and updated old products with images.
However after running the delta, it is not updating the images for existing products.
i have copied the catalog folder so the images are there.
In the database (catalog_product_entity_varchar) i do not see the reference to the images, but i can see them in the database that the migration comes from.
2 answers
Hi there,
Since our team is having a 7-Days Festival Event starting from Jan 23 to Jan 29, we’re sorry for the delay in following up your question during this period. We’re off on both Saturday and Sunday as well.
We’re terribly sorry for this unexpected circumstance and thanks for your understanding.
Sincerely,
Ubertheme team
Hi there,
I am sorry for replying to you this late as our team has just been back from our Festival Event.
To update the changes of migrated products, you need to run the delta migration in step #5 by running the CLI command with the ‘update’ mode:
php -f bin/ubdatamigration run --step=5 --mode=update;
Regards,
Mall.