Skip to content

reinstall

Reinstall an app from scratch.

Usage

sh
mithrandir reinstall [--yes] <app>

Arguments

ArgumentDescription
appRequired. App name to reinstall

Flags

FlagDescription
--yes, -ySkip confirmation to delete data

Description

Performs a full reinstall by:

  1. Stopping the container
  2. Removing the container and image
  3. Optionally deleting the app's data directory
  4. Recreating and starting the app fresh

Notes

  • Requires root privileges
  • Will prompt for confirmation before deleting data unless --yes is passed