mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #588] [MERGED] feat(docs): Add troubleshooting for PostgreSQL connection errors #636
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?
📋 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:
main← Head:unboundlocalerror-in-postgresql📝 Commits (2)
a6f7102feat(docs): Add troubleshooting for PostgreSQL connection errors0217411Delete 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
UnboundLocalErrorthat can occur with PostgreSQL connections due to invalid credentials.Also updates the environment variable configuration to clarify that passwords with special characters in
DATABASE_URLmust be URL-encoded.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.