Closed moscicki closed 7 years ago
@ogoffart What could have changed there?
@moscicki And you are sure this did not happen because of you playing with the SQL DB in the other issue? https://github.com/owncloud/client/issues/5248
I did not use any update/delete statements (just reading with select). Would a mere fact to have sqlite session open impact writes from the cernbox process? I do not know for sure but I would not expect it.
Do you have logs or steps to reproduce?
It is very strange that the selectivesync entry gets lost. I don't see how this can happen. I'm afraid i cannot do anything if i cannot reproduce it.
I'm pretty sure #5357 is the follow up ticket to this one, right @moscicki?
Client version 2.2.4 on MacOSX 10.10.5
I have a folder called 2ARCHIVE.tmp.test excluded from sync (unchecked):
However all over sudden files in this folder were downloaded:
I looked at sqlite but the table was empty:
I ticket and unticked that folder in selective sync and checked the table again:
The folder appeared (and other folders which were also removed from sync via selective sync).
The client deleted then 2ARCHIVE.tmp.test but this is not reported in activity log (normally it should be).
There is something fishy with selective sync and operation of this version of client in general.