Skip to content

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

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

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

Conversation

@mpawlow

@mpawlow mpawlow commented Mar 23, 2026

Copy link
Copy Markdown
Collaborator

Issue

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.

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 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 bug 🔴 Something isn't working. labels Mar 23, 2026
@github-actions

github-actions Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

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

@mpawlow mpawlow requested a review from mfortman11 March 23, 2026 17:03

@mfortman11 mfortman11 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions Bot added the lgtm label Mar 23, 2026
@mpawlow mpawlow merged commit b1266f6 into main Mar 23, 2026
15 checks passed
@github-actions github-actions Bot deleted the mp/fix/GH-1203-factory-reset-tui-fails-podman branch March 23, 2026 17:09
@mpawlow mpawlow linked an issue Mar 23, 2026 that may be closed by this pull request
2 tasks
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