Did a temporary solution –
Rolled back the Pull. opened bench mysql to see what process was timing out then killed it … bench mysql SHOW PROCESSLIST; KILL <ID>;
did migrate again worked.
Gonna try and update again later after working hours,
How can i skip a particular patch ? or how can i prevent it from getting stuck on the same patch … because it is a live system with a lot of gl entries it is getting stuck i suppose,
thanks @netchampfaris ,
There isn’t any trace --it just takes forever on this patch , like for 3-4 hours then timeout exceeded error and done.
When i recently did it -i was constantly checking the mysql process list to see whats taking so long…
what i saw were 2 threads running constantly alternatively.
State: Sorting result
Info: select voucher_no from tabGL Entry where ifnull(due_date, ‘’) = “” and ifnull(party, ‘’) != “” and
Progress: 0.000
2 rows in set (0.00 sec)
and
Command: Sleep
Time: 0
State:
Info: NULL
Progress: 0.000
2 rows in set (0.00 sec)
and in starting others such as desc salesInvoice ,desc GLentry but mostly the first one.
I believe the sorting takes forever because of large database size.