mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #12882] issue: Open WebUI (version 0.5.14) self-updates to 0.6.0. #32271
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 @DmitriyAlergant on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12882
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.5.14
Ollama Version (if applicable)
No response
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Starting an Open-WebUI from a previous version (ex: 0.5.14), I expected this is the version I will be using as I needed at this time. There might be reasons to continue using an outdated version. There is no documented auto-update functionality in Open-WebUI (unless "watchtower" is enabled), so I don't expect any version surprises.
Actual Behavior
Open-WebUI automatically upgrades itself in runtime from 0.5.14 to 0.6.0.
Steps to Reproduce
The following scenario I was able to reproduce several times on the same machine, cleanly.
Clean Docker desktop. Deleted all other images and volumes of Open-WebUI except ghcr.io/open-webui/open-webui:0.5.14 (ImageID d83a6bc2fb7c...), modified 2 months ago.
Starting docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:0.5.14
Open WebUI takes some time (up to a minute) to start. First I can't access port :3000 by browser then I can access but it keeps rotating pretty pictures a few times until Authentication Window comes up and I can create the first user. **Surprisingly, this takes long time - much longer then normally with other versions. I did not even know it is capable of rotating multiple pictures before showing the first login form.
During that time, the log shows v0.5.14 - building the best open-source AI user interface.
https://github.com/open-webui/open-webui
However after subsequent full-page refresh (re-enter the Web UI), it starts showing 0.6.0 (0.6.5 available). What?! Some capabilities are now actually at 0.6.0 level, e.g. I create a user group, its permissions page has a new "Sharing Permissions" section which was only implemented in 0.6.0. Also some pipe functions are broken due to a new tool_servers[] parameter, etc.
If I waited a longer time before doing a first login, I get into 0.6.0 right away.
The WebUI stays at version 0.6.0 after container restarts, assuming I let it start fully and don't log in too quickly.
WHAT IS THIS ?!
Logs & Screenshots
Additional Information
No response