mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #22568] issue: migration from 0.7.2 to 0.8.10 fails in 8452d01d26d7_add_chat_message_table.py #35280
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 @ibeex on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22568
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
Rocky
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
We followed procedure for upgrade.
Actual Behavior
We did 2 migrations one went without problems, other one failed with error message:
we fixed it with check if
history = chat_data.get("history", {})
messages = history.get("messages", {})
history or messages are dictionary for some reason in db some messages where
listSteps to Reproduce
.
Logs & Screenshots
log is in description
Additional Information
No response
@ibeex commented on GitHub (Mar 11, 2026):
this is fix we added in runtime
@Classic298 commented on GitHub (Mar 11, 2026):
https://github.com/open-webui/open-webui/pull/22588
@flefevre commented on GitHub (Mar 12, 2026):
Thanks.
We are facing exactly the same problem.
Is there a way to apply only this patch when are working with kubernetes and your official image tag?
@qiaozhi199 commented on GitHub (Mar 13, 2026):
We upgraded from version v0.6.43 to v0.8.10 and encountered this issue as well.
Will this fix be included in the next release? @tjbck
@Classic298 commented on GitHub (Mar 13, 2026):
@qiaozhi199 yes it will its already merged as you can see
@Classic298 commented on GitHub (Mar 13, 2026):
@flefevre yes