mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #11946] Pod stuck during initialization - sqlite3.OperationalError: database is locked #119721
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kaliavarun on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11946
Check Existing Issues
Installation Method
Other
Open WebUI Version
latest
Ollama Version (if applicable)
latest
Operating System
ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Kubernetes pod should start normally
Actual Behavior
Hello,
It seems the webui kubernetes pod is stuck during intitialization, and crashes after sometime
There are no logs past this. The pod crashes after sometime and restarts.
Also, there are no listening ports.
Here is my values.yml
I am using an external ollama instance in the same "ollama" namespace.
I was able to fetch the logs from the crashed container:
I am wondering why it still used SQL lite, when I am using postgresql.
Steps to Reproduce
Deploy using helm chart
Logs & Screenshots
Additional Information
No response