diff --git a/ch_backup/clickhouse/control.py b/ch_backup/clickhouse/control.py index b400e0c0..394d1d0e 100644 --- a/ch_backup/clickhouse/control.py +++ b/ch_backup/clickhouse/control.py @@ -304,6 +304,7 @@ def __init__(self, ch_ctl_config: dict, main_config: dict) -> None: if self.ch_version_ge("22.8.5"): settings.update( { + "check_table_dependencies": 0, "kafka_disable_num_consumers_limit": 1, } )