Skip to main content

run

Function run 

Source
pub fn run(ctx: &AppContext, args: UpgradeArgs) -> Result<(), AppError>
Expand description

Upgrade an installed instance to this binary’s version.

§Errors

AppError::Violations on conflicts or unfinished removals; whatever the upgrader refuses otherwise.