#29614 [Bug]: DATABASE_URL issue with prisma
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Hello,
since the upgrade to 1.87 and 1.88, I can't pass just `DATABASE_URL` parameter in my Kubernetes Deployment. I have every time the following error: ``` 2026-06-03 19:53:42,838 - litellm_proxy_extras - INFO - Running prisma migrate deploy 2026-06-03 19:53:42,838 - litellm_proxy_extras - INFO - Using cached Prisma CLI at /app/.cache/prisma-python/binaries/node_modules/.bin/prisma 2026-06-03 19:53:43,346 - litellm_proxy_extras - INFO - prisma db error: prisma:warn Prisma doesn't know which engines to download for the Linux distro "wolfi". Falling back to Prisma engines built "debian". Please report your experience by creating an issue at https://github.com/prisma/prisma/issues so we can add your distro to the list of known supported distros. prisma:warn Prisma doesn't know which engines to download for the Linux distro "wolfi". Falling back to Prisma engines built "debian". Please report your experience by creating an issue at https://github.com/prisma/prisma/issues so we can add your distro to the list of known supported distros. Error: P1…