[PR #334] [MERGED] fix: fixed settings sync across replicas #340

Closed
opened 2026-02-15 19:17:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/334
Author: @jamesljlster
Created: 1/8/2026
Status: Merged
Merged: 1/11/2026
Merged by: @westbrook-ai

Base: mainHead: fix-settings-sync


📝 Commits (1)

  • 133c0e0 fix: fixed settings sync across replicas

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/templates/workload-manager.yaml (+2 -0)

📄 Description

This pull request fixes an issue where settings are not synchronized across multiple replicas.

There is an existing related issue #218.
The official documentation recommends setting both WEBSOCKET_REDIS_URL and REDIS_URL. However, REDIS_URL is not present in the latest release.
image

I deployed Open WebUI locally with 4 replicas and Redis enabled. When REDIS_URL was not set, settings were not synchronized across replicas. After applying this change, the issue was resolved.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/334 **Author:** [@jamesljlster](https://github.com/jamesljlster) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/11/2026 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix-settings-sync` --- ### 📝 Commits (1) - [`133c0e0`](https://github.com/open-webui/helm-charts/commit/133c0e08bc6887c611b4ae5d9fa9a6e0878f3c2d) fix: fixed settings sync across replicas ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/templates/workload-manager.yaml` (+2 -0) </details> ### 📄 Description This pull request fixes an issue where settings are not synchronized across multiple replicas. There is an existing related issue #218. The official documentation recommends setting both `WEBSOCKET_REDIS_URL` and `REDIS_URL`. However, `REDIS_URL` is not present in the latest release. <img width="719" height="511" alt="image" src="https://github.com/user-attachments/assets/3cca3bc6-c8d6-4c88-9a2f-b160402ca4fb" /> I deployed Open WebUI locally with 4 replicas and Redis enabled. When `REDIS_URL` was not set, settings were not synchronized across replicas. After applying this change, the issue was resolved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:27 -05:00
yindo closed this issue 2026-02-15 19:17:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#340