return'The Geo database configuration file is missing.'unlessGitlab::Geo.geo_database_configured?
return'The Geo node has a database that is not configured for streaming replication with the primary node.'unlessself.database_secondary?
return'The Geo node does not appear to be replicating data from the primary node.'ifGitlab::Database.pg_stat_wal_receiver_supported?&&!self.streaming_active?
return'The Geo node does not appear to be replicating the database from the primary node.'ifGitlab::Database.pg_stat_wal_receiver_supported?&&!self.streaming_active?