%p.alert.text-danger WARNING: Please upgrade Postgresql to version 9.6 or greater as the status of the streaming cannot be determined realiable enough in this version
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.'unlessself.streaming_active?
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?
puts'WARNING: Please upgrade Postgresql to version 9.6 or greater as the status of the streaming cannot be determined realiable enough for this version'.color(:red)