How to get process estimation time ?

Team,
I have started “Migrate Sales” module on 02/27/2017 3:00PM IST but still progress was showing only 73.086% , I could not able to identify whether process is running or not (UB Data Migration Pro)

  1. How to identify the process is running or not ?
  2. Is there any notification on the tool to show the estimation time based on record count ? (Ex : Sales_flat_order table total record count is 64741 & Estimated time : 10 hrs to complete the process)
  3. Could you tell me approximate time to complete the process based on below record count ? 

             sales_flat_order = 64741
             sales_flat_order_grid = 64740
             sales_flat_order_item = 687707
             sales_flat_quote = 27485
 
Regards
Vijay
 
 

1 answer

Profile photo of Mall Staff 184060.00 $tone February 28, 2017
Public

Hi lakvenkat,

How to identify the process is running or not ?

Our tool will stop if there appears any issue during any step in the migration process. Our tool displays the issue message in the runtime and you can check this in the log file of our tool at: pub/ub-tool/protected/runtime/ub_data_migration.log

Is there any notification on the tool to show the estimation time based on record count ? (Ex : Sales_flat_order table total record count is 64741 & Estimated time : 10 hrs to complete the process)

No, our tool only logs the start time and end time for each step of data migration. You can view this in the table `ub_migrate_step` in your Magento 2 database.

Could you tell me approximate time to complete the process based on below record count ?

The time of migration depends on your server performance: CPU, Hard Disk speed and Internet speed (if you have remote connection to Magento 1’s database).
Anyway, you can see the log time for batch of data in the log file of our tool.
If you have big volume of total items in all steps, you should use CLI command to migrate your data for better performance. Please learn more about steps how to use CLI command in the readme.txt (in your download package).
Regards,
Mall.

#1

Please login or Register to Submit Answer

Written By

Comments