mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-02 23:08:26 -05:00
Version Does Not Seem to Update #926
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 @ganakee on GitHub (May 15, 2024).
Bug Report
Description
Bug Summary:
I attempted to update a docker open-webui instance but the web GUI still reports:
Ollama Web UI Version
v1.0.0-alpha.61
Steps to Reproduce:
I renamed my old docker ollama-webui and re-ran the command:
docker run -d -p 3030:8080 -e OLLAMA_API_BASE_URL=http://192.168.4.171:11434/api -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:mainThis creates and starts the new instance. However, I have done this twice. When I go to the webgui, the open-webui is running but going to About shows the past version. I cannot tell whether the instance upgraded.
I also went to https://hub.docker.com/r/ollamawebui/ollama-webui and pulled the version. But I see that the pulled version is from six months ago.
Expected Behavior:
Updates to the latest version.
Actual Behavior:
See above. It seems like I have the old version.
Environment
e.g., Ch
Reproduction Details
@justinh-rahb commented on GitHub (May 15, 2024):
You're still running the pre-rename version, you need to move from
ollama-webui=>open-webuihttps://docs.openwebui.com/migration
@ganakee commented on GitHub (May 15, 2024):
Thank you for the quick reply! Sorry, I did not realize the name change applied to me. Will try the suggestion. Thank you.