Skip to content

Commit

Permalink
Check cloud storage source bucket if backup contains table data
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Jul 15, 2024
1 parent 248e0ce commit e13ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/ch_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def restore(

if (
cloud_storage_source_bucket is None
and not sources.schema_only
and sources.data
and not skip_cloud_storage
):
if self._context.backup_meta.cloud_storage.enabled:
Expand Down

0 comments on commit e13ff91

Please sign in to comment.