Skip to main content

diff_cluster

Function diff_cluster 

Source
pub fn diff_cluster(
    target: &ClusterCatalog,
    source: &ClusterCatalog,
) -> ClusterChangeSet
Expand description

Diff source against target. target = current live cluster state; source = desired state from roles/*.sql. Resulting ops applied to target produce source.