Skip to content

fix: Factory reset using TUI fails on Windows 11 (WSL) and Podman#1224

Merged
mpawlow merged 1 commit into
release-0.4.0from
mp/fix/0.4.0/GH-1203-factory-reset-tui-fails-podman
Mar 23, 2026
Merged

fix: Factory reset using TUI fails on Windows 11 (WSL) and Podman#1224
mpawlow merged 1 commit into
release-0.4.0from
mp/fix/0.4.0/GH-1203-factory-reset-tui-fails-podman

Conversation

@mpawlow

@mpawlow mpawlow commented Mar 23, 2026

Copy link
Copy Markdown
Collaborator

Issue

Reference Pull Request

Issue

- #1203

Summary

- Removed --rmi local from factory reset commands to fix podman-compose compatibility

TUI / Container Manager

- Removed unsupported --rmi local flag from the compose down command in
reset_services(), which caused factory reset to fail immediately on
podman-compose (exit status 2); image cleanup was already handled by the
explicit removal step that follows.

Makefile

- Removed --rmi local from the make factory-reset compose down invocation
to eliminate noisy podman-compose error output; the || true fallback was
retained to keep the reset idempotent when no containers are running.

Documentation

- Removed --rmi local from the Podman code snippet in
_partial-docker-compose-down-and-prune.mdx to correct the manual
reinstall instructions; the Docker snippet was left unchanged as the
flag is valid for Docker Compose.
@mpawlow mpawlow requested a review from mfortman11 March 23, 2026 18:37
@mpawlow mpawlow self-assigned this Mar 23, 2026
@github-actions github-actions Bot added documentation 📘 Improvements or additions to documentation backend 🔷 Issues related to backend services (OpenSearch, Langflow, APIs) bug 🔴 Something isn't working. and removed documentation 📘 Improvements or additions to documentation labels Mar 23, 2026
@mpawlow mpawlow linked an issue Mar 23, 2026 that may be closed by this pull request
2 tasks
@github-actions

github-actions Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 23, 2026
@github-actions github-actions Bot added the lgtm label Mar 23, 2026
@mpawlow mpawlow merged commit d90cff4 into release-0.4.0 Mar 23, 2026
12 checks passed
@github-actions github-actions Bot deleted the mp/fix/0.4.0/GH-1203-factory-reset-tui-fails-podman branch March 23, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend 🔷 Issues related to backend services (OpenSearch, Langflow, APIs) bug 🔴 Something isn't working. lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Factory reset using TUI fails on Windows 11 (WSL) and Podman

2 participants