mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 15:27:37 -05:00
[PR #15141] [CLOSED] fix: Enhance database migration error logging #39361
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15141
Author: @jackthgu
Created: 6/19/2025
Status: ❌ Closed
Base:
main← Head:none-dbconnect-warning-message📝 Commits (10+)
a7772b4Italian translation improved8572494Update Controls.svelte9f936a0Update General.svelte4f9ce28Update ChatPlaceholder.svelte9d37350Update Markdown.sveltef7920dfFix non-ascii error issue on ENABLE_FORWARD_USER_INFO_HEADERS8a63a60Fix typo on ollama patch135b57cUpdate Placeholder.sveltec8c4e16Merge branch 'open-webui:main' into correct-markdown-rendering-model-descriptionsbeb1f3fMerge branch 'open-webui:main' into system-prompt-resizing📊 Changes
36 files changed (+1547 additions, -1403 deletions)
View changed files
📝
backend/open_webui/env.py(+5 -0)📝
backend/open_webui/internal/db.py(+4 -0)📝
backend/open_webui/retrieval/utils.py(+13 -12)📝
backend/open_webui/routers/audio.py(+14 -9)📝
backend/open_webui/routers/files.py(+8 -7)📝
backend/open_webui/routers/images.py(+5 -4)📝
backend/open_webui/routers/ollama.py(+37 -36)📝
backend/open_webui/routers/openai.py(+29 -29)📝
backend/open_webui/routers/retrieval.py(+10 -0)📝
backend/open_webui/utils/chat.py(+1 -1)📝
backend/open_webui/utils/telemetry/setup.py(+17 -1)📝
pyproject.toml(+1 -1)📝
src/lib/apis/auths/index.ts(+2 -0)📝
src/lib/apis/index.ts(+2 -1)📝
src/lib/components/AddServerModal.svelte(+47 -14)📝
src/lib/components/chat/Chat.svelte(+6 -6)📝
src/lib/components/chat/ChatPlaceholder.svelte(+2 -2)📝
src/lib/components/chat/Controls/Controls.svelte(+1 -1)📝
src/lib/components/chat/Messages/Markdown.svelte(+2 -1)📝
src/lib/components/chat/Placeholder.svelte(+8 -4)...and 16 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
handle_peewee_migrationfunction inbackend/open_webui/internal/db.pynow logs a warning message suggesting that special characters in the database password should be URL-encoded if the connection fails.Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.