open-webui exited with code 135 - Upgrade failed #2633

Closed
opened 2025-11-11 15:11:03 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @papiche on GitHub (Nov 13, 2024).

Update fails

After an upgrade ...

docker pull ghcr.io/open-webui/open-webui:main
docker stop open-webui
docker rm open-webui
docker run -d --network=host      -v open-webui:/app/backend/data      -e OLLAMA_BASE_URL=http://127.0.0.1:11434 -e PORT=11642      --name open-webui --restart always      ghcr.io/open-webui/open-webui:main

docker service is failing

docker compose up
[+] Running 2/2
 ✔ Volume "open-webui_open-webui"  Created                                                                                                                                               0.0s 
 ✔ Container open-webui            Created                                                                                                                                               0.2s 
Attaching to open-webui
open-webui  | Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
open-webui  | Generating WEBUI_SECRET_KEY
open-webui  | Loading WEBUI_SECRET_KEY from .webui_secret_key
open-webui exited with code 135
open-webui exited with code 135

Is there a way to recover without a full reset ?

Originally created by @papiche on GitHub (Nov 13, 2024). # Update fails After an upgrade ... ``` docker pull ghcr.io/open-webui/open-webui:main docker stop open-webui docker rm open-webui docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 -e PORT=11642 --name open-webui --restart always ghcr.io/open-webui/open-webui:main ``` docker service is failing ``` docker compose up [+] Running 2/2 ✔ Volume "open-webui_open-webui" Created 0.0s ✔ Container open-webui Created 0.2s Attaching to open-webui open-webui | Loading WEBUI_SECRET_KEY from file, not provided as an environment variable. open-webui | Generating WEBUI_SECRET_KEY open-webui | Loading WEBUI_SECRET_KEY from .webui_secret_key open-webui exited with code 135 open-webui exited with code 135 ``` Is there a way to recover without a full reset ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2633