Hi,
currently I'm running the upgrade from 1.5 (latest) to 2.1.1
Now it's:
Does this convert all the PMs of the forum?
I did a test-upgrade on a local machine (from 1.5 to 2.0) and it just took around 30 minutes in total on a local machine with quite the same hardware as the server. Then I updated to 2.1 when it came out. But there was no conversion of private messages when I did this or a big delay.
But it was on windows (XAMPP).
So with an id of my last PM i got at around 550 k this may take many hours more.
Any idea what is happening?
Thanks!
currently I'm running the upgrade from 1.5 (latest) to 2.1.1
Now it's:
(started at around 280 k, probably these were the high ids from an old vbulletin-import)running upgrade to 2.1.0 Alpha, step 9 (~300 k)
Code:
public function step9($position, array $stepData)
{
return $this->entityColumnsToJson('XF:ConversationMaster', ['recipients'], $position, $stepData);
}
Does this convert all the PMs of the forum?
I did a test-upgrade on a local machine (from 1.5 to 2.0) and it just took around 30 minutes in total on a local machine with quite the same hardware as the server. Then I updated to 2.1 when it came out. But there was no conversion of private messages when I did this or a big delay.
But it was on windows (XAMPP).
So with an id of my last PM i got at around 550 k this may take many hours more.
Any idea what is happening?
Thanks!