reinstall
Reinstall an app from scratch.
Usage
sh
mithrandir reinstall [--yes] <app>Arguments
| Argument | Description |
|---|---|
app | Required. App name to reinstall |
Flags
| Flag | Description |
|---|---|
--yes, -y | Skip confirmation to delete data |
Description
Performs a full reinstall by:
- Stopping the container
- Removing the container and image
- Optionally deleting the app's data directory
- Recreating and starting the app fresh
Notes
- Requires root privileges
- Will prompt for confirmation before deleting data unless
--yesis passed