This migration will work on the list of the all databases with a particular prefix depending on the label, eg
- if label=cluster1_ then all databases with name cluster1_*
- if label=cluster2_|core then all cluster2_* databases except cluster2_core
Maybe it should accept regular expression?
This migration will work on the list of the all databases with a particular prefix depending on the label, eg
Maybe it should accept regular expression?