Add 'info' command for per-table backup size breakdown#1390
Open
minguyen9988 wants to merge 2 commits into
Open
Add 'info' command for per-table backup size breakdown#1390minguyen9988 wants to merge 2 commits into
minguyen9988 wants to merge 2 commits into
Conversation
Adds a new info CLI command that shows per-table size breakdown for local and remote backups. Supports multiple output formats and table pattern filtering. New files: - pkg/backup/info.go: Implementation of the info command - cmd/clickhouse-backup/main.go: Register info command in CLI
Coverage Report for CI Build 26102200027Warning No base build found for commit Coverage: 62.097%Details
Uncovered Changes
Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
Contributor
Author
Slach
requested changes
May 19, 2026
Collaborator
Slach
left a comment
There was a problem hiding this comment.
we already have "tables" command which cover 80% of your implemented functions
look
clickhouse-backup tables --help
please modify exists code instead of implement duplicated functions
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #1388
Summary
Add a new
infoCLI command that shows per-table size breakdown for local and remote backups.Usage
Features
all)Files changed
cmd/clickhouse-backup/main.go— Register theinfocommand in the CLI (inserted before thedownloadcommand)pkg/backup/info.go— New file (401 lines) implementingInfo(),infoLocal(),infoRemote(),filterTablesByPattern(), andprintInfo()Example output