Skip to content

Commit

Permalink
Set check_table_dependencies to 0 to avoid HAVE_DEPENDENT_OBJECTS err…
Browse files Browse the repository at this point in the history
…ors in restore (#64)
  • Loading branch information
Alex-Burmak committed Sep 6, 2023
1 parent 2656373 commit cfc8dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch_backup/clickhouse/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
)
Expand Down

0 comments on commit cfc8dea

Please sign in to comment.