mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #21057] issue: Max Upload Size / Max File Upload Count not persisting across ... days and multiple restarts #139095
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 @Classic298 on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21057
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.7.2 dev - but this is a longer standing issue.
Ollama Version (if applicable)
No response
Operating System
Ubuntu Server
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
It persists
Actual Behavior
Across multiple restarts, or passed days - and perhaps Redis restarts - the values get deleted.
It's back to being empty on the UI.
Replicated by me and @MarouaneZhani
Steps to Reproduce
Honestly not sure yet - will update once we figure it out.
But seems to be that after some days and multiple restarts this occurs.
SIMPLE restarts dont cause the loss of configuration but after some days it becomes empty again in the admin panel.
Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 30, 2026):
🔍 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:
Max Upload Countis setby richardwatts-seale • Jul 21, 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.
@Ithanil commented on GitHub (Jan 31, 2026):
I have seen this multiple times in the past, but not in a long time. I would assume it happens due to values not properly being written to Redis/DB in some cases?
@Classic298 commented on GitHub (Feb 4, 2026):
aaaaaand it deleted itself again
didnt check yesterday or on monday, but ... sometime in between it got deleted again
@Classic298 commented on GitHub (Feb 4, 2026):
this is so perplexing because simple restarts dont cause the deletion. Then what does?
@Classic298 commented on GitHub (Feb 6, 2026):
258454276eThanks tim!