forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26450: backupccl: support SHOW BACKUP [RANGES|FILES] r=mjibson,dt a=benesch This makes debugging a broken backup substantially easier. Release note (enterprise change): Introduce SHOW BACKUP RANGES and SHOW BACKUP FILES, which show details about the ranges and files, respectively, which comprise a backup. Co-authored-by: Nikhil Benesch <[email protected]>
- Loading branch information
Showing
10 changed files
with
383 additions
and
182 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
show_backup_stmt ::= | ||
'SHOW' 'BACKUP' location | ||
| 'SHOW' 'BACKUP' 'RANGES' location | ||
| 'SHOW' 'BACKUP' 'FILES' location |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.