[PR #344] [MERGED] fix: Document DATABASE_PORT env var #346

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/344
Author: @sarcasticadmin
Created: 2/10/2026
Status: Merged
Merged: 2/13/2026
Merged by: @westbrook-ai

Base: mainHead: rh/1770769249


📝 Commits (1)

  • b5f3d34 fix: Document DATABASE_PORT env var

📊 Changes

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

View changed files

📝 charts/open-webui/README.md (+1 -1)
📝 charts/open-webui/values.yaml (+1 -1)

📄 Description

Description

relates to: #313

Without DATABASE_PORT open-webui would default to sqlite due to env check:

https://github.com/open-webui/open-webui/blob/2b26355002064228e9b671339f8f3fb9d1fafa73/backend/open_webui/env.py#L279

Figure since these are called out explicitly we should include the missing env var.


🔄 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/344 **Author:** [@sarcasticadmin](https://github.com/sarcasticadmin) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `rh/1770769249` --- ### 📝 Commits (1) - [`b5f3d34`](https://github.com/open-webui/helm-charts/commit/b5f3d34c9181257b744dbc434f6d743501487957) fix: Document DATABASE_PORT env var ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/README.md` (+1 -1) 📝 `charts/open-webui/values.yaml` (+1 -1) </details> ### 📄 Description ## Description relates to: #313 Without `DATABASE_PORT` open-webui would default to sqlite due to env check: https://github.com/open-webui/open-webui/blob/2b26355002064228e9b671339f8f3fb9d1fafa73/backend/open_webui/env.py#L279 Figure since these are called out explicitly we should include the missing env var. --- <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:29 -05:00
yindo closed this issue 2026-02-15 19:17:29 -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#346