User Tools

Site Tools

This documentation is no longer maintained by the Turris team (although it can be used by the community to share content). The current official documentation is at docs.turris.cz.

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