Skip to content

Pause/resume replication from secondary node

Alex Ives requested to merge alexives/35913/geo_pause_via_api into master

What does this MR do?

Adds a rake task that when called from a secondary will ask the primary to pause replication via the api.

Specifically:

  • Adds a geo api that can be used to pause replication on a secondary
  • Adds a geo service to call the api
  • Adds a rake task to call the service

Relates to #35913 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alex Ives

Merge request reports