STAC-24630: Add stackgraph-v2 backup/restore#32
Open
craffit wants to merge 2 commits into
Open
Conversation
craffit
force-pushed
the
stac-24630
branch
3 times, most recently
from
July 16, 2026 14:34
140322e to
fbd2289
Compare
viliakov
reviewed
Jul 17, 2026
| cmd := &cobra.Command{ | ||
| Use: "abort", | ||
| Short: "Abort a partially backfilled restore.", | ||
| Long: "Abort a partially backfilled restore. This will not load (backfill) any data but keep the data as is." + |
Contributor
There was a problem hiding this comment.
Please provide examples how to run this command. The same for backfill
Contributor
Author
There was a problem hiding this comment.
Would you put an example in the docs or in the --help section? (or both?)
Contributor
Author
There was a problem hiding this comment.
Put an example in the docs and improved the 'description'
viliakov
reviewed
Jul 17, 2026
|
|
||
| func backfillCmd(globalFlags *config.CLIGlobalFlags) *cobra.Command { | ||
| cmd := &cobra.Command{ | ||
| Use: "backfill", |
Contributor
There was a problem hiding this comment.
Is it supposed to be executed by the user directly?
Contributor
Author
There was a problem hiding this comment.
I'll try to clarify when this should be used
Contributor
Author
There was a problem hiding this comment.
I clarified both in the 'description' portion of the help command and in the docs
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.
Adds documentation for the new sstackgraph backup/restore v2. The interaction is documented in this docs PR: rancher/stackstate-product-docs#360