[QUERY: DROP INDEX syncDeleteLog_timestamp] [ERROR: no such index: syncDeleteLog_timestamp]
This would appear to be a residual problem from your earlier database issue. I'm guessing you recreated syncDeleteLog manually but didn't recreate the associated index.
Run this SQL command on the database:
CREATE INDEX syncDeleteLog_timestamp ON syncDeleteLog(timestamp); And then try the upgrade again.
Run this SQL command on the database:
CREATE INDEX syncDeleteLog_timestamp ON syncDeleteLog(timestamp);
And then try the upgrade again.
Nailed it.
Amazing.
Customized support on fantastic free software.
Thanks,
Kent