You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to migrate a large content table, and I can watch the database grow to 320ish and it seems to truncate the table and start over. The assets table keeps growing, so by the time I caught it, it was 3,000+. A cursory glance did not provide an obvious reason to this issue, but it happened upon repeating the migration.
The text was updated successfully, but these errors were encountered:
It also seems that it gets somewhere around 3000-4000 articles before it loops the first time, then it loops more quickly. Watching the console, this all occurs in the same request so I don't suspect Javascript but the migration php script.
For large sites i recomend you to use jUpgradeCli because the proper functioning of jUpgrade using with large sites depends on the different settings and timelimits of the differents servers. Is very difficult to trace bugs using browser
I was trying to migrate a large content table, and I can watch the database grow to 320ish and it seems to truncate the table and start over. The assets table keeps growing, so by the time I caught it, it was 3,000+. A cursory glance did not provide an obvious reason to this issue, but it happened upon repeating the migration.
The text was updated successfully, but these errors were encountered: