Skip to content

Commit

Permalink
pd: add an example for pd-recover (#18479)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Aug 5, 2024
1 parent 1708943 commit aaf4a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Before deploying a new PD cluster, you need to stop the existing PD cluster and

### Step 4: Use pd-recover

You only need to run `pd-recover` on one PD node.
You only need to run `pd-recover` on one PD node. Note that to avoid reallocation, it is recommended to set the `-alloc-id` parameter to a value larger than the allocated ID. For example, if the maximum allocated ID obtained from monitoring or logs is `9000`, it is recommended to pass `10000` or a larger value to the `-alloc-id` parameter.

{{< copyable "shell-regular" >}}

Expand Down

0 comments on commit aaf4a8b

Please sign in to comment.