PrismaP
Prisma4mo ago
4 replies
Fahad Hassan

Accidental Seeding of Production Database

I accidentally ran my seed command from the development environment and it overwrote my production database (connected via Vercel) with local data.

Is there any way to restore or recover the previous state of the database?
I’d really appreciate guidance on whether Prisma (or the underlying provider) keeps automatic backups or snapshots that I can revert to. Prisma dashboard shows no backups
Was this page helpful?