-
Notifications
You must be signed in to change notification settings - Fork 2.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
Repair step to remove orphaned share entries with no matching oc_filecache entry #12323
Milestone
Comments
CC @schiesbn |
@schiesbn see previous comment |
@DeepDiver1975 setting to 8.1, it's about time we implemented this. |
or 8.2 😉 |
Note: make sure to check that item_type is either file or folder. We don't want to delete orphaned calendar/contacts by mistake. |
This was referenced Mar 3, 2015
Fixed by #14676 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some situations, possibly due to bugs, it can happen that
oc_share
entries are referencing file ids that have no matching entry in oc_filecache.Such entries need to be cleared within a repair step.
Code from #7293 could be reused to do that for every update.
Slightly related to #7874
The text was updated successfully, but these errors were encountered: