This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 168
Document repairing file cache holes #3446
Comments
11 tasks
Needs also a (brief) description of the issue where a repair step helps to fix. |
Some possible symptoms:
|
settermjd
added a commit
that referenced
this issue
Dec 5, 2017
This fixes #3446. Signed-off-by: Matthew Setter <matthew@matthewsetter.com> # Conflicts: # admin_manual/configuration/server/occ_command.rst
settermjd
added a commit
that referenced
this issue
Dec 5, 2017
This fixes #3446. Signed-off-by: Matthew Setter <matthew@matthewsetter.com> # Conflicts: # admin_manual/configuration/server/occ_command.rst
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fixing individual user (no downtime required):
occ files:scan $userId --repair
. Replace$userId
with the id of the affected userFixing all users (downtime required):
occ maintenance:singleuser --on
. Note that no files can be accessed by anyone in this mode. (maintenance mode doesn't work as it disables the occ files:scan command currently, see Allow files:scan in maintenance mode owncloud/core#28561)occ files:scan --all --repair
occ maintenance:singleuser --off
Ref PR with more info: owncloud/core#28253
@tomneedham @kdslkdsaldsal
The text was updated successfully, but these errors were encountered: