Gordeev Artem
Gordeev Artem
In flyway replicated table creation zookeeper path should be "**/clickhouse/{installation}/{cluster}/tables/{shard}/{database}/{table}**" instead of **"/clickhouse/tables/{shard}/" + tableName**. It prevents conficts with mutliple clickhouse installations with flyway in one zookeeper.
> > In flyway replicated table creation zookeeper path should be > > should be??? 99% of CH users don't have macros {cluster} 100% of CH users don't have macros...
I use this on production. Now I've resolve the conflicts.
Flyway don't want my changes 😿