v.24.9Backward Incompatible Changes
Do not allow explicit UUID and Keeper path specification in Replicated databases
Do not allow explicitly specifying UUID when creating a table inReplicateddatabases. Also, do not allow explicitly specifying Keeper path and replica name for *MergeTree tables in Replicated databases. It introduces a new settingdatabase_replicated_allow_explicit_uuidand changes the type ofdatabase_replicated_allow_replicated_engine_argumentsfrom Bool to UInt64 #66104 (Alexander Tokmakov).