Actions
Feature #58764
closedAdd more File Abstraction Layer reports
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Reports
Target version:
-
Start date:
2014-05-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
To check the integrity of the sys_file index, other reports are usefull:
- report, if for records the missing status is missing (files are deleted - index not up-to-date)
- report, if pids of sys_file_reference records are fitting to pids of related records
- report, if sys_file_reference records pointing to lost sys_file records
- report, if sys_file contains duplicates on combined identifier (storage, identifier)
- report, if sys_file contains duplicates for the same file in different storages
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Christian Kuhn almost 2 years ago
- Status changed from New to Closed
Closing here for now:
Dealing with db inconsistencies may or may not be a core topic, but it's at least a pretty complex one.
ext:dbdoctor tries to find various such inconsistencies to fix them. I guess that's the way to go for now: https://github.com/lolli42/dbdoctor
Actions