Have you tried removing locks?
On your server:
- take a backup of your database
- take your server into maintenance mode
- remove locks, if you’re running MySQL in MySQL
DELETE FROM oc_file_locks WHERE 1 ;
- Turn maintenance mode off.
If you’re not running a redis on your server, I would set it up. It might make your life easier.