Recently, I noticed the “Database diagnostics” section in the admin area and found that some items were missing in the “Schema health check.”
Even though the health check still shows as “Healthy” and the site is functioning normally, I am concerned about the missing items. The “Background migrations” queue is empty, and there are no failed jobs.
Could anyone help me fix these missing items?
I’ve found an older issue shedding some light on false positives, Implement a rake task to collect schema inconsistencies (#390719) · Issues · GitLab.org / GitLab · GitLab and follow-up issues that also link to MRs which add the UI visibility in 18.3 last week. schema_checker rake task shows DB schema issues even for clean environments (#467544) · Issues · GitLab.org / GitLab · GitLab
I’d suggest running the mentioned CLI rake tasks, compare with the UI, and commenting in the issue with your environment and feedback.