As a workaround, you can run the following SQL query in DB
You may estimate the current status by counting the current total artifact compared to the artifact count from the Source instance.
select count(*) from nodes where node_type=1;
You may estimate the current status by counting the current total artifact compared to the artifact count from the Source instance.