14.0 upgrade to 14.03 stuck in maintenance mode, tried command

Hello,

Try this via phpMyAdmin … it works for me :

select * from oc_jobs where reserved_at <>0;
update wrong records:
UPDATE oc_jobs SET reserved_at=0;
quit;

This fix is from:

vlaaD;