Skip to content

check if the GeoNode table exists before checking its state

Brett Walker requested to merge 3334-check-when-geo-nodes-exists-geo into master

What does this MR do?

Check whether the GeoNode table exists and is connected in the GitLab::Geo.enabled? call, otherwise it will throw an error if the table does not exist.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

We're getting log entries in various places when the geo_nodes table does not exist, but we're checking for a primary or secondary instance. Now check in a common place for that condition.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3334 (closed)

Edited by Brett Walker

Merge request reports