Skip to content

Check if the database exists for feature gates

What does this MR do?

Before calling out to the database to check if a feature is enabled or not, first check if the database exists.

This allows us to use feature checks during the setup of the application.

This is used in !21492 (merged) to avoid failures like this one: https://gitlab.com/reprazent/gitlab-ee/-/jobs/392670677

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Bob Van Landuyt

Merge request reports