mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 11:58:31 -05:00
[GH-ISSUE #19788] issue: Every time I update OWUI my models get deleted #18994
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 @M4th12 on GitHub (Dec 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19788
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.41
Ollama Version (if applicable)
Version shipped with OWUI
Operating System
Ubuntu 24.02LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When I do docker compose pull && docker compose up -d my model doesn't get deleted
Actual Behavior
Models after update are deleted
Steps to Reproduce
Logs & Screenshots
Additional Information
services:
openwebui:
image: ghcr.io/open-webui/open-webui:ollama
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
ports:
- "3000:8080"
volumes:
- open-webui:/app/backend/data
environment:
- GOOGLE_CLIENT_ID=
- GOOGLE_CLIENT_SECRET=
- OPENID_PROVIDER_URL=
- OPENID_REDIRECT_URI=
volumes:
open-webui:
@owui-terminator[bot] commented on GitHub (Dec 6, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19606 issue: Error while deleting download/installed models.
by malvarez00 • Nov 30, 2025 •
bug#19549 issue: usage model setting becomes unticked when model is changed
by YetheSamartaka • Nov 27, 2025 •
bug#19711 issue: Editing function for models broken
by skleffmann • Dec 03, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#19728 issue: Blank model page when adding new or editing existing after upgrade
by Skaythe • Dec 03, 2025 •
bugShow 5 more related issues
#19575 issue: Remove / delete Ollama models not possible - Error occurred
by JoeyVinc • Nov 28, 2025 •
bug#19604 issue: Cannot create a custom model or edit a custom model because base model list is empty
by blazejp83 • Nov 30, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#16255 issue: 404: Model not found
by wade3po • Aug 04, 2025 •
bug#18145 issue: 0.6.33 regression
by Ark-Levy • Oct 08, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.