Docker-compose Nextcloud v18 and permanent delete error?

Hello, all!

I have a basic docker-compose Nextcloud setup and it has been working great. I think you have done great job with all documentations, examples etc.
Now I found some quirks and begin to wonder are this common problem, or have I been able to create something unique here.

I have some (<100) files in deleted files. Where I try to delete more than one item permanently, I got small error window saying Error while removing files from trashbin. Deleting one item permanently works fine.

Administration -> Logging gives errors like this:

|Fatal|webdav|OCP\Lock\LockedException: “files/a51b11c1ba14eba2fd04edf59ea060bc” is locked

  1. /var/www/html/lib/private/Files/Storage/Common.php - line 747:OC\Lock\DBLockingProvider->acquireLock(“files/a51b1 … c”, 2)
  2. /var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php - line 593:OC\Files\Storage\Common->acquireLock(“scanner::fi … s”, 2, OC\Lock\DBLockingProvider {})
  3. /var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php - line 593:OC\Files\Storage\Wrapper\Wrapper->acquireLock(“scanner::fi … s”, 2, OC\Lock\DBLockingProvider {})
  4. /var/www/html/lib/private/Files/Cache/Scanner.php - line 332:OC\Files\Storage\Wrapper\Wrapper->acquireLock(“scanner::fi … s”, 2, OC\Lock\DBLockingProvider {})
  5. /var/www/html/apps/files_trashbin/lib/Trashbin.php - line 877:OC\Files\Cache\Scanner->scan(“files_trashbin/versions”)
  6. /var/www/html/apps/files_trashbin/lib/Trashbin.php - line 621:OCA\Files_Trashbin\Trashbin::getVersionsFromTrash("/76.jpg", 1580650368, “ajari”)
  7. /var/www/html/apps/files_trashbin/lib/Trashbin.php - line 586:OCA\Files_Trashbin\Trashbin::deleteVersions(OC\Files\View {}, “/76.jpg.d1580650368”, “/76.jpg”, 1580650368, “ajari”)
  8. /var/www/html/apps/files_trashbin/lib/Trash/LegacyTrashBackend.php - line 92:OCA\Files_Trashbin\Trashbin::delete("/76.jpg", “ajari”, 1580650368)
  9. /var/www/html/apps/files_trashbin/lib/Trash/TrashManager.php - line 71:OCA\Files_Trashbin\Trash\LegacyTrashBackend->removeItem(OCA\Files_Tr … {})
  10. /var/www/html/apps/files_trashbin/lib/Sabre/AbstractTrash.php - line 91:OCA\Files_Trashbin\Trash\TrashManager->removeItem(OCA\Files_Tr … {})
  11. /var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php - line 179:OCA\Files_Trashbin\Sabre\AbstractTrash->delete()
  12. /var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php - line 287:Sabre\DAV\Tree->delete(“trashbin/aj … 8”)
  13. <>Sabre\DAV\CorePlugin->httpDelete(Sabre\HTTP\R … "}, Sabre\HTTP\Response {})
  14. /var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105:call_user_func_array([ Sabre\DAV\ … "], [ Sabre\HTTP … }])
  15. /var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php - line 479:Sabre\Event\EventEmitter->emit(“method:DELETE”, [ Sabre\HTTP … }])
  16. /var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php - line 254:Sabre\DAV\Server->invokeMethod(Sabre\HTTP\R … "}, Sabre\HTTP\Response {})
  17. /var/www/html/apps/dav/lib/Server.php - line 319:Sabre\DAV\Server->exec()
  18. /var/www/html/apps/dav/appinfo/v2/remote.php - line 35:OCA\DAV\Server->exec()
  19. /var/www/html/remote.php - line 165:require_once("/var/www/ht … p")|
    | — | — |

Administration -> Overview says All checks passed now (I just ran those bigint conversions).

Is this something in my environment, or new version thing?

Also, I’m not able to share pictures anymore in browsable manner, but that seem to be something I just need to wait update for.

Br,
Arkkis