mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-07 17:28:41 -05:00
Older image when download. #2780
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 @ns-bcr on GitHub (Nov 22, 2024).
Bug Report
Installation Method
I installed Open WebUI using Docker with the following command:
Environment
Confirmation
README.md.Expected Behavior
I noticed a new version (v0.4.3) was available. Initially, I couldn’t find the update page. To resolve this, I removed my existing Docker instance and reinstalled the Docker image.
Actual Behavior
Instead of getting the latest version (v0.4.3), I ended up with an older version than what I had previously installed (v0.3.32).
Additionally:
config.yamlfile.Bug Summary
This issue might be related to a missing migration step. I saw a reference to migrations in the documentation, but since I can’t access the
config.yaml, I couldn’t proceed.Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:

Additional Note
It seems the issue might be resolved through a migration step, but without access to the
config.yamlfile, I am unable to confirm this.