v.20.1Bug Fix
Add check for storage policy in partition operations
Added a check for storage policy inATTACH PARTITION FROM,REPLACE PARTITION,MOVE TO TABLEwhich otherwise could make data of part inaccessible after restart and prevent ClickHouse to start. #9383 (excitoon)