[GH-ISSUE #19788] issue: Every time I update OWUI my models get deleted #18994

Closed
opened 2026-04-20 01:17:14 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @M4th12 on GitHub (Dec 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19788

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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

  1. Set up a container with OWUI bundled with Ollama
  2. Use the docker-compose.yml obatained by the documentation of Open Web UI
  3. Try to update to a new version

Logs & Screenshots

Image

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:

Originally created by @M4th12 on GitHub (Dec 6, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/19788 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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 1. Set up a container with OWUI bundled with Ollama 2. Use the docker-compose.yml obatained by the documentation of Open Web UI 3. Try to update to a new version ### Logs & Screenshots <img width="1621" height="862" alt="Image" src="https://github.com/user-attachments/assets/e9544fc8-3e39-454f-a5fa-d35d6d1716ff" /> ### 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:
GiteaMirror added the bug label 2026-04-20 01:17:14 -05:00
Author
Owner

@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:

  1. #19606 issue: Error while deleting download/installed models.
    by malvarez00 • Nov 30, 2025 • bug

  2. #19549 issue: usage model setting becomes unticked when model is changed
    by YetheSamartaka • Nov 27, 2025 • bug

  3. #19711 issue: Editing function for models broken
    by skleffmann • Dec 03, 2025 • bug

  4. #19777 issue:
    by Yaute7 • Dec 05, 2025 • bug

  5. #19728 issue: Blank model page when adding new or editing existing after upgrade
    by Skaythe • Dec 03, 2025 • bug

Show 5 more related issues
  1. #19575 issue: Remove / delete Ollama models not possible - Error occurred
    by JoeyVinc • Nov 28, 2025 • bug

  2. #19604 issue: Cannot create a custom model or edit a custom model because base model list is empty
    by blazejp83 • Nov 30, 2025 • bug

  3. #19563 issue:
    by naruto7g • Nov 28, 2025 • bug

  4. #16255 issue: 404: Model not found
    by wade3po • Aug 04, 2025 • bug

  5. #18145 issue: 0.6.33 regression
    by Ark-Levy • Oct 08, 2025 • bug


💡 Tips:

  • If this is a duplicate, please consider closing this issue and adding any additional details to the existing one
  • If you found a solution in any of these issues, please share it here to help others

This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.

<!-- gh-comment-id:3620593094 --> @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: 1. [#19606](https://github.com/open-webui/open-webui/issues/19606) **issue: Error while deleting download/installed models.** *by malvarez00 • Nov 30, 2025 • `bug`* 2. [#19549](https://github.com/open-webui/open-webui/issues/19549) **issue: usage model setting becomes unticked when model is changed** *by YetheSamartaka • Nov 27, 2025 • `bug`* 3. [#19711](https://github.com/open-webui/open-webui/issues/19711) **issue: Editing function for models broken** *by skleffmann • Dec 03, 2025 • `bug`* 4. [#19777](https://github.com/open-webui/open-webui/issues/19777) **issue:** *by Yaute7 • Dec 05, 2025 • `bug`* 5. [#19728](https://github.com/open-webui/open-webui/issues/19728) **issue: Blank model page when adding new or editing existing after upgrade** *by Skaythe • Dec 03, 2025 • `bug`* <details> <summary>Show 5 more related issues</summary> 6. [#19575](https://github.com/open-webui/open-webui/issues/19575) **issue: Remove / delete Ollama models not possible - Error occurred** *by JoeyVinc • Nov 28, 2025 • `bug`* 7. [#19604](https://github.com/open-webui/open-webui/issues/19604) **issue: Cannot create a custom model or edit a custom model because base model list is empty** *by blazejp83 • Nov 30, 2025 • `bug`* 8. [#19563](https://github.com/open-webui/open-webui/issues/19563) **issue:** *by naruto7g • Nov 28, 2025 • `bug`* 9. [#16255](https://github.com/open-webui/open-webui/issues/16255) **issue: 404: Model not found** *by wade3po • Aug 04, 2025 • `bug`* 10. [#18145](https://github.com/open-webui/open-webui/issues/18145) **issue: 0.6.33 regression** *by Ark-Levy • Oct 08, 2025 • `bug`* </details> --- 💡 **Tips:** - If this is a duplicate, please consider closing this issue and adding any additional details to the existing one - If you found a solution in any of these issues, please share it here to help others *This comment was generated automatically by a bot.* Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#18994