Commit 05c3484b authored by Nick Thomas's avatar Nick Thomas

Merge branch 'fix_path_to_fdw_checker' into 'master'

Fix uninitialized constant FdwSchemaUptoDateCheck

See merge request gitlab-org/gitlab-ee!4878
parents bbfa7940 498afe74
module SystemCheck
module Geo
class FdwSchemaUptoDateCheck < SystemCheck::BaseCheck
set_name 'GitLab Geo tracking database is configured to use Foreign Data Wrapper?'
class FdwSchemaUpToDateCheck < SystemCheck::BaseCheck
set_name 'GitLab Geo tracking database Foreign Data Wrapper schema is up-to-date?'
set_skip_reason 'Geo is not enabled'
def skip?
......
......@@ -454,7 +454,7 @@ namespace :gitlab do
SystemCheck::Geo::GeoDatabaseConfiguredCheck,
SystemCheck::Geo::DatabaseReplicationCheck,
SystemCheck::Geo::FdwEnabledCheck,
SystemCheck::Geo::FdwSchemaUptoDateCheck,
SystemCheck::Geo::FdwSchemaUpToDateCheck,
SystemCheck::Geo::HttpConnectionCheck,
SystemCheck::Geo::HTTPCloneEnabledCheck,
SystemCheck::Geo::ClocksSynchronizationCheck,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment