NickStepanov
NickStepanov
Were any issues reported on the conversion process? How long does it take for a large db? How can this be used when there is an N-machine cluster, do you...
@Slach I think this parameter `--ignore_dependencies` wasn't added to the documentation in the readme? Does it execute DROP DDL commands with check_table_dependencies set to 0? If I read this part...
@Slach Possibly, I am doing something wrong, but even if I use this option, I still can't drop the DB. It complaints that there is a dictionary depending on a...
I think it just doesn't apply ` dropQuery += " SETTINGS check_table_dependencies=0" ` to `drop database` statement, when I tested with a single table - it did work and I...
> @NickStepanov > > do you use `restore_schema_on_cluster: my_cluster` option? Yes, I do. > Why do you think `DROP DATABASE IF EXISTS db ON CLUSTER 'cluster_name' SYNC SETTINGS check_table_dependencies=0` will...