#23976 [Bug]: Upgrade from v1.82.0-stable to v1.82.3-stable
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Have 3 instances of LiteLLM (one local, other for staging and then, the production one).
After having tested the `v1.82.0-stable` to `v1.82.3-stable` upgrade, I went to update the prod one.
And, on startup, I'm getting this:
``` 2026-03-18 08:09:55,931 - litellm_proxy_extras - INFO - Running prisma migrate deploy 2026-03-18 08:10:56,142 - litellm_proxy_extras - INFO - Attempt 1 timed out 2026-03-18 08:11:05,164 - litellm_proxy_extras - INFO - Running prisma migrate deploy 2026-03-18 08:12:05,253 - litellm_proxy_extras - INFO - Attempt 2 timed out 2026-03-18 08:12:16,253 - litellm_proxy_extras - INFO - Running prisma migrate deploy 2026-03-18 08:13:16,333 - litellm_proxy_extras - INFO - Attempt 3 timed out 2026-03-18 08:13:23,334 - litellm_proxy_extras - INFO - Running prisma migrate deploy 2026-03-18 08:14:23,431 - litellm_proxy_extras - INFO - Attempt 4 timed out INFO: Started server process [1] INFO: Waiting for application startup. LiteLLM Proxy: Database migration failed but continuing startup. Set --enforce_prisma_migration_chec…