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

replicaset: add rebootstrap command #897

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

psergee
Copy link
Collaborator

@psergee psergee commented Jul 8, 2024

Closes #316

@psergee psergee added the full-ci Enables full ci tests label Jul 8, 2024
Copy link
Contributor

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the patch!

cli/cmd/replicaset.go Outdated Show resolved Hide resolved
cli/cmd/replicaset.go Outdated Show resolved Hide resolved
cli/replicaset/rebootstrap.go Show resolved Hide resolved
cli/replicaset/rebootstrap.go Show resolved Hide resolved
cli/replicaset/rebootstrap.go Show resolved Hide resolved
@psergee psergee force-pushed the psergee/gh-316-rebootstrap branch from 5804521 to dbe3e0b Compare July 9, 2024 09:50
cli/replicaset/rebootstrap.go Outdated Show resolved Hide resolved
cli/replicaset/rebootstrap.go Outdated Show resolved Hide resolved
cli/replicaset/rebootstrap.go Outdated Show resolved Hide resolved
cli/replicaset/rebootstrap.go Outdated Show resolved Hide resolved
cli/running/running.go Outdated Show resolved Hide resolved
@psergee psergee force-pushed the psergee/gh-316-rebootstrap branch 6 times, most recently from 8ce684a to dd70f9b Compare July 19, 2024 08:18
@psergee psergee removed the full-ci Enables full ci tests label Jul 19, 2024
@psergee psergee force-pushed the psergee/gh-316-rebootstrap branch from 1262df6 to cc46b14 Compare July 19, 2024 12:50
Closes #316

@TarantoolBot document
Title: `tt replicaset rebootstrap` re-bootstraps an instance

This patch adds new subcommand for the replicaset module.
`tt replicaset rebootstrap [flags] <APP_NAME:INSTANCE_NAME>`
re-bootstraps an instance: stops it, removes instance artifacts,
starts it again.
@psergee psergee force-pushed the psergee/gh-316-rebootstrap branch from 5727bed to 993ab18 Compare July 19, 2024 17:12
@psergee psergee added the full-ci Enables full ci tests label Jul 19, 2024
@psergee psergee merged commit 86f1484 into master Jul 20, 2024
43 of 44 checks passed
@psergee psergee deleted the psergee/gh-316-rebootstrap branch July 20, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Enables full ci tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replicaset: implement bootstrap / rebootstrap commands
3 participants