"The AIO version does not allow easy access to files on the host machine as everything lives within the container volumes which are hidden away from unraid(host) and not accessible." Is this not always the case using dockers? I am trying to make nextcloud see my images using the command sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ files:scan --path="matthias/files/Photos - Nextcloud/2019"But this does not seem to work. A lot of my files are shown in the Nextcloud UI, but others are not and there is seemingly not difference between them (in terms of users or rights). Update: database container shows following errors: 2025-07-28 20:07:40.954 UTC [61270] ERROR: duplicate key value violates unique constraint "fs_storage_path_hash"
2025-07-28 20:07:40.954 UTC [61270] DETAIL: Key (storage, path_hash)=(3, 9cb7cb4a53c36039191585ee2d589233) already exists.
2025-07-28 20:07:40.954 UTC [61270] STATEMENT: INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)