You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2026. It is now read-only.
ov doctor reports database files (mail.db, sessions.db, etc.) as failures when they don't exist yet. These files are created on first use (e.g., when the coordinator starts), so their absence is a "pending" state, not a failure.
Suggestion
Add a "pending" or "not yet created" status distinct from "missing/broken":
✓ mail.db — will be created on first use
✗ metrics.db — exists but corrupt (actual failure)
Source
Decomposed from #84 (Chapter 5).
Summary
ov doctorreports database files (mail.db, sessions.db, etc.) as failures when they don't exist yet. These files are created on first use (e.g., when the coordinator starts), so their absence is a "pending" state, not a failure.Suggestion
Add a "pending" or "not yet created" status distinct from "missing/broken":
Related