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:main
This 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.
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:main`
This 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
- **Open WebUI Version:** unknown
- **Ollama (if applicable):** custom AMD GPU 0.1.32
e.g., Ch
- **Operating System:**Linux POP OS 22.04
- **Browser (if applicable):** Firefox 125.02
## 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-webui`
https://docs.openwebui.com/migration
Thank you for the quick reply! Sorry, I did not realize the name change applied to me. Will try the suggestion. Thank you.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.