OK. After spending some time trying to work through some minor issues, I realised that getting onto the newer codebase was a saner option.
Thing is, the database upgrade seems to be trapped in one specific step?
"UPDATE cmsPropertyData SET versionId2=@0 WHERE versionId=@1"
Its been going around in a circle all day, and seems to time out and then restart. There are around a quarter-million rows in the table, so it shouldn't take that long to do a simple update. Or is it doing this in response to something else going on?
Upgrading to v8.1 from 7.15
OK. After spending some time trying to work through some minor issues, I realised that getting onto the newer codebase was a saner option.
Thing is, the database upgrade seems to be trapped in one specific step?
Its been going around in a circle all day, and seems to time out and then restart. There are around a quarter-million rows in the table, so it shouldn't take that long to do a simple update. Or is it doing this in response to something else going on?
Any ideas?
is working on a reply...