mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #19366] issue: Startup failed - sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: tool.access_control #18850
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 @sherwin684 on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19366
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.36
Ollama Version (if applicable)
0.13.0
Operating System
RHEL 8.10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
open-webui should start normally.
Actual Behavior
I have installed open-webui in a python venv (Python 3.12.11 and sqlite 3.46.1). But when starting open-webui with
open-webui serveThere is an OperationalError.
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: tool.access_control [SQL: SELECT tool.id AS tool_id, tool.user_id AS tool_user_id, tool.name AS tool_name, tool.content AS tool_content, tool.specs AS tool_specs, tool.meta AS tool_meta, tool.valves AS tool_valves, tool.access_control AS tool_access_control, tool.updated_at AS tool_updated_at, tool.created_at AS tool_created_at FROM tool ORDER BY tool.updated_at DESC] (Background on this error at: https://sqlalche.me/e/20/e3q8)Steps to Reproduce
With the above mentioned versions just run
open-webui servein a python venv.
Logs & Screenshots
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: tool.access_control
[SQL: SELECT tool.id AS tool_id, tool.user_id AS tool_user_id, tool.name AS tool_name, tool.content AS tool_content, tool.specs AS tool_specs, tool.meta AS tool_meta, tool.valves AS tool_valves, tool.access_control AS tool_access_control, tool.updated_at AS tool_updated_at, tool.created_at AS tool_created_at
FROM tool ORDER BY tool.updated_at DESC]
(Background on this error at: https://sqlalche.me/e/20/e3q8)
Additional Information
No response
@tjbck commented on GitHub (Nov 21, 2025):
Unable to reproduce.