Resolve "Geo - Rename Replication Status to Database Replication status and add Database connection Type to Geo Health Page"
What does this MR do and why?
Renames Replication Status to Database Replication status and add Database connection Type to Geo Health Page. This change gives more detail about the replication status and how the secondary sites are setup.
Screenshots or screen recordings
Replication is active:
Replication is paused:
Replication is disabled:
How to set up and validate locally
Unfortunately there's no clean way of disabling replication without messing with the database. To simulate disabled replication you have to hardcode Gitlab::Geo::HealthCheck.replication_enabled? to return false.
To pause and resume replication you can use the rake tasks:
bundle exec rake geo:replication:pause
and
bundle exec rake geo:replication:resume
Related to #499771 (closed)
Edited by Natanael Silva


