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.
cliccl: add
load show incremental
to display incremental backups
Previously, `load show` only supports showing metadata of a single backup manifest. Users are ignorant of the incremental backups and have no ways to inspect the incremental backup manifests unless they know the incremental paths beforehand. This PR updates `load show` with `incremental` subcommand to display incremental backups, i.e. displaying the auto appended incremental backup paths of a full backup. After listing the incremental paths, users are able to inspect an incremental backup manifest with `load show summary`. see cockroachdb#61131 Release note (cli change): Update `load show` with `incremental` subcommand to display incremental backups. User can list incremental backup paths of a full backup by running `cockroach load show incremental <backup_url>.`
- Loading branch information
1 parent
33c882c
commit 39f2749
Showing
6 changed files
with
153 additions
and
14 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
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
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