Skip to content
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

upgrade from OC45 to master doesn't upgrade complete file cache at once #3415

Closed
schiessle opened this issue May 18, 2013 · 5 comments
Closed

Comments

@schiessle
Copy link
Contributor

The complete file cache needs to be updated for all user during the initial upgrade. Otherwise various apps will fail (e.g. sharing or encryption). This was fixed in stable5 (#2558) and ported to master (#2558 (comment)).

But in current master this no longer works. I tested it only with one user. The root folder (/files) was migrated immediately but not the files and folders within the files-folder.

@icewind1991 can you have a look at it? Thanks!

@MTGap
Copy link
Contributor

MTGap commented May 20, 2013

I just tried going from 4.5.11 to master and the files migrated correctly to the filecache table.

I tested using sqlite by the way.

@schiessle
Copy link
Contributor Author

I'm also using sqlite and just tried it again:

  • fresh git checkout of stable45
  • login and created some files and folders
  • logout
  • git checkout master
  • upgrade
  • look at the database: only one entry for the files root folder
  • after log-in the file cache gets populated with the other files/folders

@MTGap
Copy link
Contributor

MTGap commented May 22, 2013

Okay, I'll have to try again then. I logged in, before checking the table.

@MTGap
Copy link
Contributor

MTGap commented May 25, 2013

I just tried again with 2 users and some files for both. The file cache upgrade worked for both users before logging in. You'll have to debug on your install.

@jancborchardt
Copy link
Member

I’m closing this issue because it has been inactive for a few months. This probably means that the issue is not reproducible or it has been fixed in a newer version.

Please reopen if you still encounter this issue with the latest stable version (currently ownCloud 5.0.9) and then please use the issue template. You an also contribute directly by providing a patch – see the developer manual. :)

Thank you!

@lock lock bot locked as resolved and limited conversation to collaborators Aug 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants