-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Is there way to run migrations on multiple nodes? If not it would be nice to see this feature.
My situation. 2 servers with two nodes in cluster. When I run all migrations to one node and then all migrations to another I face conflict like "ch is claiming " ERROR DB::Exception: Table columns structure in ZooKeeper is different from local table structure. Local columns:" because I had 10 column in tables, then added two more and all this in one node. But when I'm trying to do the same on second node it shows that Zookeeper already 'booked' this tables as 12-columns. So it needs something like - run one sql on frist node and then on second one, and then all query the same way
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels