mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 02:01:07 -05:00
[GH-ISSUE #8276] .5.x fails to upgrade postgres tables #53731
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 @tkg61 on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8276
Bug Report
Installation Method
helm
Environment
Open WebUI Version: .4.8 -> .5.x
Operating System: k8s 1.29.4
Confirmation:
Expected Behavior:
Upgrading to .5.x from .4.8 works without issue while using postgres db
Actual Behavior:
All .5.x versions get stuck upgrading from .4.8, seems to have an issue with the channels table
Description
Bug Summary:
the container starts up and hangs when trying to run database migrations / updates
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Postgres database outputs no logs or errors
Docker Container Logs:
Going to .5.0, .5.1, .5.2, .5.3 all show the same output:
Additional Information
Rolling back to 4.8 works fine to recover the instance
going from .4.8 to .5.3 on sqllite backend via docker on a single machine works fine. Problems started when testing k8s instance with postgres db