Skip to content

Geo: Add rake task to check DB replication

Michael Kozono requested to merge mk/add-replication-working-rake-task into master

What does this MR do?

Add rake task which exits 0 if Geo DB replication is working, and exits 1 if not.

This task can be used programmatically to determine whether to run replicate-geo-database on a secondary.

Resolves #245530 (closed)

Related gitlab-orchestrator#200 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Michael Kozono

Merge request reports