Files
open-webui-custom/backend/open_webui
Classic298 b3904b6ecb fix: Fix handling of absolute paths for SQLCipher databases (#20074)
* sequential

* zero default

* fix

* fix: preserve absolute paths in sqlite+sqlcipher URLs

Previously, the connection logic incorrectly stripped the leading slash
from `sqlite+sqlcipher` paths, forcibly converting absolute paths
(e.g., `sqlite+sqlcipher:////app/data.db`) into relative paths
(which became `app/data.db`). This caused database initialization failures
when using absolute paths, such as with Docker volume mounts.
This change removes the slash-stripping logic, ensuring that absolute
path conventions (starting with `/`) are respected while maintaining
support for relative paths (which do not start with `/`).
2025-12-21 09:18:20 -05:00
..
2025-12-20 18:12:03 +04:00
2025-12-21 18:08:36 +04:00
2025-08-10 00:02:58 +04:00
2025-07-16 15:23:18 +09:00
2025-12-21 16:15:28 +04:00
2025-04-15 09:55:35 +02:00