Reset only category images

Hi,
I just noticed that category images are not migrated correctly. There are no lines at M2 table  catalog_category_entity_varchar for ID 142 (category images). If we check from admin there is no images in any category. 
I tried to delta migrate everything but that did not help. Step 4 completed successfully but still no images. 
So is there an easy way to just migrate categories or category images. I cannot reset just this step, it says we have to reset 8 and 7 again and we have LOST of items at step 7 so that is not best way to go. 
Thanks!
 

3 answers

Profile photo of Mall Staff 184060.00 $tone June 22, 2020
Public

Hi there,

I tried to delta migrate everything but that did not help. Step 4 completed successfully but still no images. 

Please try with these steps:
+ Run the following SQL query in your M2 database:

Update ub_migrate_map_step_4 Set created_time = '2000-01-01 00:00:00' Where entity_name = 'catalog_category_entity';

+ Once done, you run the delta migration in step 4 using this CLI command:
php -f bin/ubdatamigration run --step=4 --mode=update;

Regards,
Mall.

#1
Profile photo of ubdev Staff 98590.00 $tone June 22, 2020
Public

Hi Mikko,
We’re glad that it helps. 
Please continue the process at your end. If you have any additional questions, feel free to get back to us here. 
PS. We’ve just sent to you an email to see if you plan to implement a mega menu or one step checkout features. For your information, we also include an exclusive discount for you. 
Regards,
Ubertheme team
 

#3

Please login or Register to Submit Answer

Written By

Comments