[CLOUDGA-26749] [CLOUDGA-26752] [CLOUDGA-26753] Enable/Update/Disable GCP Backup Replication - #319
Merged
Merged
Conversation
pranbansal02
force-pushed
the
pranav/CLOUDGA-26749
branch
from
November 26, 2025 06:54
8ed8ec1 to
a178955
Compare
pranbansal02
force-pushed
the
pranav/CLOUDGA-26749
branch
from
November 26, 2025 07:01
a178955 to
caeb8fe
Compare
posriniv
approved these changes
Nov 26, 2025
posriniv
left a comment
Collaborator
There was a problem hiding this comment.
Looks okay to me. Let's wait for Siddharth's review too.
Siddarth-Baldwa
approved these changes
Nov 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds CLI commands for enabling and updating GCP backup replication configuration.
YBM_FF_BACKUP_REPLICATION_GCP_TARGETfeature flagCommands Added
1. Action Command: enable
Command:
ybm cluster backup-replication gcp enableHelp Output:
Usage Example:
$ ./ybm cluster backup-replication gcp enable \ --cluster-name gp-vpc \ --region-target region=asia-southeast1,bucket-name=backup-bucket-1 \ --region-target region=asia-south1,bucket-name=backup-bucket-2Output (without --wait):
Output (with --wait):
2. Action Command: update
Command:
ybm cluster backup-replication gcp updateHelp Output:
Usage Example:
Output (without --wait):
Output (with --wait):
Validation for enable and update:
--region-targetfor each backup region in the clusterregion=<region-name>,bucket-name=<bucket-name>--region-targetentries3. Action Command: disable
Command:
ybm cluster backup-replication gcp disableHelp Output:
Usage Example:
Output (without --wait):
Output (with --wait):