Closed Nottt closed 6 years ago
You could enable the "Check on every direct access" in the external mount settings: https://docs.nextcloud.com/server/12/admin_manual/configuration_files/external_storage_configuration_gui.html#mount-options
Nevertheless this would only solve part of the problem. As the check of the whole filesystem could be a very resource intensive process, it was disabled and only put in place for accessing a folder (but without checking subfolders). If you want to scan for new files, please use the occ files:scan /PATH/TO/MOUNT
command line tool.
I already have check for changes on every direct access and it still won't work. Is there any other way to fix this without having to use a terminal every time something changes in my external mount?
Not really - we romeved it because scanning it all the time just kills the performance and made it unusable. You could setup a Cron job for this scanning
If at least it worked as expect, is fine, but I can upload stuff, delete & all form of interacting with the external storage and it just won't update changes. But okay thanks
This is then a separate problem. Could you create a ticket for this then?
Signing status
``` No errors have been found. ```App list
``` Could not retrieve on my docker ```Config report
``` If you have access to your command line run e.g.: Could not find a way to retrieve it on my docker or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```Web server error log
[error.log](https://github.com/nextcloud/server/files/1580307/error.log)Nextcloud log
[nextcloud.log](https://github.com/nextcloud/server/files/1580302/nextcloud.log)