From 9d666522a6a75d64de770677245701dbcc36bb43 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 10 Dec 2024 13:53:45 +0800 Subject: [PATCH] Discard changes to br/use-br-command-line-tool.md --- br/use-br-command-line-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/use-br-command-line-tool.md b/br/use-br-command-line-tool.md index 9c5501db23463..a92f39e135a2a 100644 --- a/br/use-br-command-line-tool.md +++ b/br/use-br-command-line-tool.md @@ -42,7 +42,7 @@ A `tiup br` command consists of multiple layers of sub-commands. Currently, br c `tiup br debug` includes the following sub-commands: -* `checksum`: (hidden parameter) used to offline check the integrity of table-level backup data to ensure that all backup files match the CRC64 checksum results calculated by [`ADMIN CHECKSUM TABLE`](/sql-statements/sql-statement-admin-checksum-table.md). Starting from v8.5.0, the default value of this parameter is changed from `true` to `false` to improve backup performance. +* `checksum`: (hidden parameter) used to offline check the integrity of backup data to ensure that all backup files match the CRC64 checksum results calculated by [`ADMIN CHECKSUM TABLE`](/sql-statements/sql-statement-admin-checksum-table.md). * `backupmeta`: used to check whether an intersection exists among backup data files. In normal cases, backup data files do not intersect. * `decode`: used to parse the `backupmeta` metadata file of a full backup into JSON format. In addition, you can parse specific fields using the `--field` parameter. * `encode`: used to encode the `backupmeta.json` metadata file of a full backup into the protobuf format that is used during data restore.