[PR #588] [MERGED] feat(docs): Add troubleshooting for PostgreSQL connection errors #636

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/588
Author: @jackthgu
Created: 6/19/2025
Status: Merged
Merged: 6/25/2025
Merged by: @tjbck

Base: mainHead: unboundlocalerror-in-postgresql


📝 Commits (2)

  • a6f7102 feat(docs): Add troubleshooting for PostgreSQL connection errors
  • 0217411 Delete docs/troubleshooting/unboundlocalerror-in-postgresql.mdx

📊 Changes

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

View changed files

📝 docs/getting-started/env-configuration.md (+2 -0)

📄 Description

Adds a new troubleshooting guide for the UnboundLocalError that can occur with PostgreSQL connections due to invalid credentials.

Also updates the environment variable configuration to clarify that passwords with special characters in DATABASE_URL must be URL-encoded.

modified:   docs/getting-started/env-configuration.md
new file:   docs/troubleshooting/unboundlocalerror-in-postgresql.mdx

🔄 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/docs/pull/588 **Author:** [@jackthgu](https://github.com/jackthgu) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `unboundlocalerror-in-postgresql` --- ### 📝 Commits (2) - [`a6f7102`](https://github.com/open-webui/docs/commit/a6f7102675a25f8755c26500187e00a9510e3084) feat(docs): Add troubleshooting for PostgreSQL connection errors - [`0217411`](https://github.com/open-webui/docs/commit/0217411d9a61705ba260d4b685acb4781cb38c98) Delete docs/troubleshooting/unboundlocalerror-in-postgresql.mdx ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+2 -0) </details> ### 📄 Description Adds a new troubleshooting guide for the `UnboundLocalError` that can occur with PostgreSQL connections due to invalid credentials. Also updates the environment variable configuration to clarify that passwords with special characters in `DATABASE_URL` must be URL-encoded. modified: docs/getting-started/env-configuration.md new file: docs/troubleshooting/unboundlocalerror-in-postgresql.mdx --- <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 18:15:17 -05:00
yindo closed this issue 2026-02-15 18:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#636