File is locked
Версия от 21:15, 17 января 2019; Sol (обсуждение | вклад)
File is locked - how to unlock
php occ files:scan --all
php occ files:cleanup
php occ maintenance:mode --on
mysql -u root -p -D cloud -e 'delete from oc_file_locks where 1;'
php occ maintenance:mode --off
restart your Nextcloud webserver (nginx+php-fpm or apache)