-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files don't update since a while #423
Comments
This is the expected behaviour. The database is our source of all info. So if you change something on disk we won't pick it up until a scan is triggered. If we wouldn't do this performance would be painfully slow. |
Thank you for your reply!
But isn't |
Ah no. The point here is that besides checking all the files in the data directory there is no way to find out if files have changed. (that is exactly what We assume all actions to the files go trough out API. So we only have to update what changed. If you want to touch files directly you are probabaly better of using external storages. There is work in progress to get more notification for at least Samba/CIFS shares |
Ah, ok. That explains the difference. I used to have external storage for the directories in question, but I changed to regular storage and nullfs mounts, because there where security issues with the local external storage. |
Steps to reproduce
Expected behaviour
Changes are not visible
Actual behaviour
Change should be visible
Server configuration
Operating system: FreeBSD 10.1-RELEASE-p10
Web server: lighttpd-1.4.39_1
Database: postgresql93-server-9.3.12
PHP version: php56-5.6.23
Nextcloud version: nextcloud-9.0.51
Updated from an older Nextcloud/ownCloud or fresh install: update from oc9 which was updated from oc8 (I think that's where things broke, between oc8 and oc9)
Where did you install Nextcloud from: official FreeBSD packages
Signing status (Nextcloud 9.0 and above):
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
Disabled:
The content of config/config.php:
Config report
Web server error log
nothingNextcloud log
only unrelated stuffThe text was updated successfully, but these errors were encountered: