XF 2.1 Running upgrade to 2.1.0 Alpha, step 18

rdn

Well-known member
192509

This is the code right?
PHP:
public function step18($position, array $stepData)
    {
        return $this->entityColumnsToJson('XF:Post', ['like_users'], $position, $stepData);
    }

Takes more than 1 hour only for this step.
Is it expected?

Server Specs
Intel Xeon E3-1231v3
32GB DDR3
SoftRaid 4 x 2TB SATA HDD
CentOS 7.6
PHP 7.3.1
MariaDB 10.3.12

Forum Stats:
Discussions: 551,798
Messages: 10,749,847
 
I certainly wouldn't expect an hour -- I believe it should be showing a progress indicator as well (numbers changing). I suppose this could indicate that the step has hung. You could kill the upgrade process and restart it (it should pick up from that step) and see if that helps at all.
 
  • Like
Reactions: rdn
A Software RAID 10 on SATA HDD is severely limited on the amount of IOPS that can be performed.
With 10M posts I'd really try to get the DB on SSD.
 
Top Bottom