[PR #15736] [MERGED] fix: DB Environment - Avoid Duplicate '@' Symbol in Credentials #23931

Closed
opened 2026-04-20 05:07:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15736
Author: @ryanmrodriguez
Created: 7/15/2025
Status: Merged
Merged: 7/15/2025
Merged by: @tjbck

Base: devHead: ryanmrodriguez-patch-1


📝 Commits (3)

📊 Changes

1 file changed (+0 additions, -3 deletions)

View changed files

📝 backend/open_webui/env.py (+0 -3)

📄 Description

https://github.com/open-webui/open-webui/compare/v0.6.15...v0.6.16

This commit introduced more env vars for db configuration: 8661c4416a

There's an @ in both the user creds and the connection string, leading to an auth error connecting. For example:
'postgresql://open-webui:PASSWORD@@database-pgbouncer:5432/open-webui'

Changelog Entry

Description

  • Remove duplicate @ symbol in PostgreSQL connection string when using environment variables

Fixed

  • Remove duplicate @ symbol in PostgreSQL connection string when using environment variables

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/open-webui/pull/15736 **Author:** [@ryanmrodriguez](https://github.com/ryanmrodriguez) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `ryanmrodriguez-patch-1` --- ### 📝 Commits (3) - [`f966935`](https://github.com/open-webui/open-webui/commit/f966935d1da56a1f9f8691c1f62d68eecc0438fa) Merge pull request #15448 from open-webui/dev - [`2470da8`](https://github.com/open-webui/open-webui/commit/2470da833679f61619f2275862185259fe7f5168) Merge pull request #15708 from open-webui/dev - [`74392f4`](https://github.com/open-webui/open-webui/commit/74392f4598ee5bebf4ef8404ce2b6983d4a6ec5f) Avoid duplicate @ ### 📊 Changes **1 file changed** (+0 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/env.py` (+0 -3) </details> ### 📄 Description https://github.com/open-webui/open-webui/compare/v0.6.15...v0.6.16 This commit introduced more env vars for db configuration: https://github.com/open-webui/open-webui/commit/8661c4416a9a512814778e08467293ca1e906209 There's an @ in both the [user creds](https://github.com/open-webui/open-webui/blob/v0.6.16/backend/open_webui/env.py#L280) and the [connection string](https://github.com/open-webui/open-webui/blob/v0.6.16/backend/open_webui/env.py#L292), leading to an auth error connecting. For example: 'postgresql://open-webui:PASSWORD@@database-pgbouncer:5432/open-webui' # Changelog Entry ### Description - Remove duplicate @ symbol in PostgreSQL connection string when using environment variables ### Fixed - Remove duplicate @ symbol in PostgreSQL connection string when using environment variables --- By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 05:07:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23931