Insufficient Documentation Info #49

Closed
opened 2026-02-15 17:05:31 -05:00 by yindo · 2 comments
Owner

Originally created by @Gekko23 on GitHub (Nov 21, 2024).

Could you please specify the update process? In open-webui's FAQ there is a question answered completely blurry without any reason:

Q: Why isn't my Open WebUI updating? I've re-pulled/restarted the container, and nothing changed.

A: Updating Open WebUI requires more than just pulling the new Docker image. Here’s why your updates might not be showing and how to ensure they do:

Updating the Docker Image: The command docker pull ghcr.io/open-webui/open-webui:main updates the Docker image but not the running container or its data.
-> Don't answer a question by telling what's not sufficient and leaving out what the next steps are

Persistent Data in Docker Volumes: Docker volumes store data independently of container lifecycles, preserving your data (like chat histories) through updates.
-> WHERE is the information stored? Please provide a path. Be more specific.

Applying the Update: Ensure your update takes effect by removing the existing container (which doesn't delete the volume) and creating a new one with the updated image and existing volume attached.
-> HOW is this done. Please provide an exact step-by-step instruction how to do this. The initial question of this section is NOT answered, but blurry hints are given. Be more specific in describing what commands lead to an completely updated version of the open-webui docker!

Originally created by @Gekko23 on GitHub (Nov 21, 2024). Could you please specify the update process? In open-webui's FAQ there is a question answered completely blurry without any reason: Q: Why isn't my Open WebUI updating? I've re-pulled/restarted the container, and nothing changed. A: Updating Open WebUI requires more than just pulling the new Docker image. Here’s why your updates might not be showing and how to ensure they do: Updating the Docker Image: The command `docker pull ghcr.io/open-webui/open-webui:main` updates the Docker image but not the running container or its data. -> **Don't answer a question by telling what's not sufficient and leaving out what the next steps are** Persistent Data in Docker Volumes: Docker volumes store data independently of container lifecycles, preserving your data (like chat histories) through updates. -> **WHERE is the information stored? Please provide a path. Be more specific.** Applying the Update: Ensure your update takes effect by removing the existing container (which doesn't delete the volume) and creating a new one with the updated image and existing volume attached. -> **HOW is this done. Please provide an exact step-by-step instruction how to do this. The initial question of this section is NOT answered, but blurry hints are given. Be more specific in describing what commands lead to an completely updated version of the open-webui docker!**
yindo closed this issue 2026-02-15 17:05:31 -05:00
Author
Owner

@tjbck commented on GitHub (Nov 21, 2024):

image

@tjbck commented on GitHub (Nov 21, 2024): ![image](https://github.com/user-attachments/assets/b76f8bbc-82fe-4a32-9b1c-2580a06fc794)
Author
Owner

@silentoplayz commented on GitHub (Dec 21, 2024):

Semi-related PR I have open here - https://github.com/open-webui/docs/pull/337. I will eventually get towards extending the FAQ page and addressing more questions in more detail.
Please thoroughly review the changes made to the page here and let me know what you think.

@silentoplayz commented on GitHub (Dec 21, 2024): Semi-related PR I have open here - https://github.com/open-webui/docs/pull/337. I will eventually get towards extending the FAQ page and addressing more questions in more detail. Please thoroughly [review the changes made to the page here](https://github.com/open-webui/docs/pull/337/files?diff=split&w=1) and let me know what you think.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#49