mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #1076] Docker Mainline does not Start clean from blank volume #12325
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 @Eforen on GitHub (Mar 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1076
Bug Report
Description
Bug Summary:
Spinning up with the same vars as the example .env file in a k3s cluster using blank nfs based drive does not work with main branch
Steps to Reproduce:
Just spin it up
Expected Behavior:
to start up cleanly
Actual Behavior:
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
See Above
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Docker
Additional Information
Note
My
ghcr.io/ollama-webui/ollama-webui:devdeployment works fine so does not seem to be a system issue on my side.@justinh-rahb commented on GitHub (Mar 7, 2024):
This looks like a problem, but unknown why it would work for
:devand not:mainright now, but that could also depend on how old your image is. A hotfix was released ~2 hours ago, 4 hours after the initial v0.1.109 release earlier today.@justinh-rahb commented on GitHub (Mar 7, 2024):
Appears the issue is something mentioned in discussions:
@Eforen commented on GitHub (Mar 7, 2024):
I had actually found that myself and already proved that that is not the issue.
This would have fixed the problem but no change
@Eforen commented on GitHub (Mar 7, 2024):
In my init container I got the logs
showing that it did indeed copy the data folder into the volume prior to mounting the volume in the final container that would run the software.
@justinh-rahb commented on GitHub (Mar 7, 2024):
We have about 2 maybe 3 regular contributors that use kubernetes, so I hope one of them or you has got some ideas or further context to add :/
@Eforen commented on GitHub (Mar 7, 2024):
I'll see if I can find anything else.
@Eforen commented on GitHub (Mar 7, 2024):
It may actually be related to that other issue... I remove the volume mount all together and it started up find... Obviousely that does not work... long term. When I get this sorted I'll make an example k8s config for people.
@Eforen commented on GitHub (Mar 7, 2024):
I had a typo in my cp command >.< 😊
This makes everything work fine. Though this should not be needed.