User Tools

Site Tools


File is locked - how to unlock

This guide describe how to deal with locked files. Is based on official FAQ from Nextcloud forum.

Enable maintenance mode

Edit config/config.php and change this line: 'maintenance' ⇒ true to false

Cleanup file locks table

Log into Turris via ssh and do these steps in a terminal:

mysql

USE nextcloud

DELETE FROM oc_file_locks WHERE 1;

Disable maintenance mode

edit config/config.php and change this line: 'maintenance' ⇒ true