pub fn downgrade(to: Option<String>, yes: bool) -> Result<()>Expand description
Step back to an earlier release. Riskier than upgrading - an older binary
may not understand state a newer one wrote - so it confirms first (unless
yes) and never goes below [MIN_DOWNGRADE_VERSION].