clickhouse-backup
clickhouse-backup copied to clipboard
add --skip-empty-tables to restore and restore_remote commands
if the table in the backup is empty, the program would skip restoring it, to avoid wiping out existing data by mistake, the partition filtering feature also should skip the table that doesnt have a selected partition as well.