mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
issue: Using PostgreSQL as the database may result in the inability to use online search #4461
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?
Originally created by @Lirithis on GitHub (Mar 17, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
debian 12
Browser (if applicable)
chrome, safari
Confirmation
README.md.Expected Behavior
Normal use of online search
Actual Behavior
Displays "error searching," and reinstalling with the built-in database restores normal functionality.
Steps to Reproduce
docker-compose:
networks:
1panel-network:
external: true
services:
open-webui:
container_name: ${CONTAINER_NAME}
deploy:
resources:
limits:
cpus: ${CPUS}
memory: ${MEMORY_LIMIT}
environment:
- OLLAMA_BASE_URL=false
- WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}
- DATABASE_POOL_SIZE=10
- DATABASE_POOL_MAX_OVERFLOW=20
- DATABASE_URL=postgresql://openwebui:password@1Panel-postgresql-DMNz:5432/openwebui
image: ghcr.io/open-webui/open-webui:main
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:8080
restart: unless-stopped
volumes:
- ./data:/app/backend/data
Logs & Screenshots
_opt_1panel_apps_ollama-webui_ollama-webui_docker-compose.yml-20250317231210.log
Additional Information
No response