Skip to content

Fix use of ActiveRecord::Base in DbCheck

What does this MR do and why?

Fixes DbCheck to ping all configured databases instead of only the one connected to by ActiveRecord::Base because there may be multiple databases due to database decomposition.

See #350651 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #350651 (closed)

Merge request reports