Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign CLI for DR to not take cluster name when not required #262

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

posriniv
Copy link
Collaborator

@posriniv posriniv commented Oct 25, 2024

New commands

./ybm dr create --source-cluster-name brilliant-partridge --dr-name first-dr --target-cluster-name passionate-coyote  --databases test1
./ybm dr list
./ybm dr describe --dr-name first-dr
./ybm dr delete --dr-name first-dr
./ybm dr update --dr-name sample-config --databases test1,test2
./ybm dr switchover --dr-name sample-config
./ybm dr failover --dr-name sample-config-final-srinivas --safetimes test1=1729716937,test2=1729716937
./ybm dr restart --dr-name sample-config-final-srinivas --databases test1,test2
./ybm dr pause --dr-name sample-config-final-srinivas --duration 5
./ybm dr resume --dr-name sample-config-final-srinivas

@posriniv posriniv requested a review from a team as a code owner October 25, 2024 17:02
@posriniv posriniv changed the title Redesign CLI to not take cluster name when not required Redesign CLI for DR to not take cluster name when not required Oct 25, 2024
@posriniv posriniv merged commit 18dfe83 into main Oct 28, 2024
1 check passed
@posriniv posriniv deleted the posriniv/redesign-cli branch October 28, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants