mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #15278] issue: Settings cannot be saved under multiple copies #56186
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 @EntropyYue on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15278
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Settings should be saved in the database
Actual Behavior
In multiple copies, the setting is only saved in Redis, and the database will not be changed
Steps to Reproduce
Start containers using the above settings in Docker Swarm mode
Modify any prompt word in /admin/settings/interface
Delete all containers and restart
Observed that the account is still there, but the previous settings have been lost
Logs & Screenshots
The logs show that the settings have been saved to Redis and the database, and other replicas have also successfully loaded the settings from Redis
Additional Information
No response
@tjbck commented on GitHub (Jun 25, 2025):
We're unable to reproduce, keep us updated.