View Issue Details

IDProjectCategoryView StatusLast Update
0005571Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-01-22 21:52
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005571: Database repair: Don't use deep scan on addon_installed
DescriptionIn the database repair tool, we are using deep scan on addon_installed.

This means if any addons were only partially installed (or a db structure happened in an update that was not reflected into the database), addon_installed will return false, and the repair tool will think everything is alien and should be purged. This is bad.

Instead, we should not be doing a deep scan. That way, the repair tool will take on the role of fixing what is broken in the addon instead of purging everything.
TagsNo tags attached.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-01-22 21:49 Patrick Schmalstig New Issue
2024-01-22 21:49 Patrick Schmalstig Status non-assigned => assigned
2024-01-22 21:49 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-01-22 21:50 Patrick Schmalstig Status assigned => resolved
2024-01-22 21:50 Patrick Schmalstig Resolution open => fixed
2024-01-22 21:51 Patrick Schmalstig Description Updated View Revisions
2024-01-22 21:52 Patrick Schmalstig Description Updated View Revisions