[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Prisma Postgres suspended before reaching 100k limit 98 views · 0 likes · 3 posts Shahriyar Hosen (@shahriyar-hosen) · 2025-10-29 <!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! --> ### Current versus Expected behavior My Prisma Postgres database on Vercel got **suspended**, even though the usage shows only around **47.1k operations** — well below the 100k free plan limit. I expected the database to remain active until it reached the 100k operation limit, but it was suspended early. Now I can’t access my important data stored there. I just need **temporary reactivation** so I can take a backup, or a **data dump/export** of the database. --- ### Code, configuration, and steps that reproduce this issue No code issue — this is a platform-level problem. * Prisma database hosted via Vercel Storage → Prisma Postgres. * Plan: Free (100k operations/month) * Actual usage shown: \~47.1k * Status: Suspended * Unable to connect via Prisma Client or Studio. Steps: 1. Created Prisma Postgres on Oct 9 2. Used normally with Next.js app 3. Suddenly marked as “Suspended” even though usage below limit. --- ### Project information (URL, framework, environment, project settings) * Project name: **tawakkul-agro** * Account: **Baitul Hikmah (Hobby plan)** * Framework: **Next.js + Prisma** * Database: **Prisma Postgres (Free tier)** * Environment: Vercel hosted --- ### Request Please help me **reactivate** my suspended database temporarily or provide a **data export/dump file** so I can recover my data safely. Thank you 🙏 Jacob Paris (@jacobparis) · 2025-10-29 The marketplace integrations such as Prisma Postgres are hosted by third parties – in this case, Prisma is the one in charge of your database. I believe "suspended" in this context refers to the database being paused due to inactivity, and you may just need to revive it on the Prisma dashboard. You can get there by going from Vercel to Storage -> Prisma Postgres -> Open in Prisma which will open the vendor's dashboard  system (@system) · 2026-01-20 Hi @shahriyar-hosen! 🔔 This thread's been quiet for a while. If you're still facing issues, please share any relevant details (logs, screenshots, error messages) so we can take another look!