4 answers
Hi there,
The progress is showing twice, – how can i fix it?
That is strange. Lets provide me more information about that issue. I will help to check further and get back you then.
Regards,
Mall.
I see this when selecting the main menu item in the admin. Ive tried resetting all steps via cli and there is no data in the ub_migrate_step table.
This is what I see: https://ibb.co/m6Pm7yK
(ive been re-running the migration a lot for testing)
I see this when selecting the main menu item in the admin. Ive tried resetting all steps via cli and there is no data in the ub_migrate_step table.
This is what I see: https://ibb.co/m6Pm7yK
(ive been re-running the migration a lot for testing)
Hi James,
This is what I see: https://ibb.co/m6Pm7yK
That indicates that you did some wrong steps when installing our migration tool. To solve that issue, please run the following SQL in your M2 database:
Delete From ub_migrate_step Where Id > 8;
And then, you can continue with data migration steps as per our Readme manual.
Regards,
Mall.