-
Notifications
You must be signed in to change notification settings - Fork 669
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
New client 2.6 forgot all deselected folders, file system and client are now out of sync #7602
Comments
@davedodo did you switch to "Virtual Files"? |
@michaelstingl I don't know what "Virtual Files" is and how to switch to it, so I guess not. One more thing I just noticed that might be of significance: those hidden database files the client creates, well, it appears to have created a fresh one prefixed |
which version did you upgrade from? |
It could be that for some reason, the client did not reuse the old database and created a new one, that would explain the symptoms. |
@ogoffart The previous one, I guess. How can I find that out? I mean, the client doesn't really ask you whether you want to update. It just does it. So it should have been 2.5.4. |
According to the recent changelog are database files of new folders prefixed with
Remains to be clarified why the client (presumably) thought that it deals with a new folder, while it still seems to contain the old database file. @davedodo Do you have any other clients where you only sync selected folders? If so, do you observe the same behavior there? |
@MartinMa No, only the one. |
What really worries me is the fact that I now have two database files in that folder. What will happen the next time I start the client? Will it use the old or the new database? Should I delete the old one? |
Expected behaviour
After updating the client to the latest version, the deselected folders should stay deselected.
Actual behaviour
Apparently, the updated client assumes that all folders are selected and starts downloading the entire cloud (except the folders that exceed the configured size limit, of course).
Even worse: I deselected a folder that was in fact previously selected before the client had the chance to redownload it, and now the files stay in the local file system, even though the client should actually delete them. Those folders now have a yellow exclamation mark icon in the Windows Explorer. What do I do about those?
Steps to reproduce
Server configuration
Operating system: Ubuntu 16.04 LTS x64
Web server: Apache 2.4
Database: MySQL 5.7.27
PHP version: 7.2.24
ownCloud version: 10.2.1
Storage backend (external storage): No external storage
Client configuration
Client version: 2.6.0
Operating system: Windows 10 Pro 1903 x64
OS language: English
Installation path of client: Default
Logs
.owncloudsync.log
just saysINST_NEW|Down
for all the files previously deselected:The text was updated successfully, but these errors were encountered: