-
Notifications
You must be signed in to change notification settings - Fork 51
Infinite loop during migrate script #57
Comments
@wpbullet Thanks for reporting this; my goal is to get a good day or two on this plugin slotted into my workload this week, so I'll attempt to reproduce and get to the bottom of it! |
beautiful @stevegrunwell I did do some additional digging and noticed there are 21000 meta_name dupes in postmeta so I am wondering if those are confusing the migration tool. I'm happy to provide access whenever you are ready :) |
@wpbullet I'm digging into this, and thinking that it may be a duplicate of #42, wherein a user was experiencing a very similar result. When you stop the execution of the CLI command (or run If you run the following SQL query, does the result give you the same number as the SELECT COUNT(*) FROM wp_posts WHERE post_type = 'shop_order_refund' |
Not sure if I should post a new issue or not, as @wpbullet never followed up with his Running: Wordpress 4.9.6, latest versions of WC, wp-cli, and the -develop branch of this plugin, PHP 7.2.x (xampp windows 10).
PS: despite the successfully migrated orders appearing in the new |
I am running this on a store with 120k orders, the progress bar goes all the way to 100% but then it endlessly loops. Checking the top command shows PHP and MySQL processes continue to run so it seems to get stuck. Is there a --debug flag or something similar to help diagnose this?
I am happy to provide SSH root access to help figure this out :)
The text was updated successfully, but these errors were encountered: