-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: add recover dump-info to dump store info for recovery #71861
Copy link
Copy link
Closed
Labels
A-cli-adminCLI commands that pertain to controlling and configuring nodesCLI commands that pertain to controlling and configuring nodesA-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
As part of the improved loss of quorum tooling in #71860, we should implement a debug recover dump-info <store> command that gathers recovery information from a local store into a file. This must be run on each node in the cluster while the cluster is offline. This info will then be used by debug recover make-plan to generate a recover plan.
For more details, see the internal RFC draft.
Epic: CRDB-1513
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cli-adminCLI commands that pertain to controlling and configuring nodesCLI commands that pertain to controlling and configuring nodesA-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)