Vercel integration not working?
Yesterday, around the middle of the day, all records in our db disappeared. Still have the tables, there's just no records in any of them. Here's a pic of my user table. Any help or info available?
Pic is user table in Vercel data browser.

11 Replies
rival-black•16mo ago
national-goldOP•16mo ago
Thank you @Tristan Partin , is there any info about it or resolving it?
rival-black•16mo ago
It's currently being worked on
national-goldOP•16mo ago
Ok great, is there anything I should do in the meantime? Anything I can report about when we can expect data back?
rival-black•16mo ago
I'm inquiring
extended-salmon•16mo ago
Hi @CodeFox Could you please provide your project id?
rival-black•16mo ago
Thanks @Erickson Ricci for picking this up
For clarification to anyone else who comes across this thread, the known vercel issue I was talking about was an inability to create preview branches. I made the stupid assumption that "vercel issue" == branch creation issue. This is in fact another, separate issue. If anyone else is experiencing this problem, please ping me directly :).
national-goldOP•16mo ago
Hi @Erickson Ricci , will provide as soon as I’m at my computer, thanks, I really appreciate it
rival-black•16mo ago
@CodeFox please also send it to me in the event that @Erickson Ricci is away from his keyboard
national-goldOP•16mo ago
Will do @Tristan Partin thanks
exotic-emerald•16mo ago
To close the loop here, this issue has been resolved.
The data loss occurred due to running
prisma db push against the production database, which forced push a schema change and reset the database.
Fortunately, the data was restored by creating a Neon branch from a previous point in time 🙂
This is the workflow we recommend https://www.youtube.com/watch?v=PX881bVAPxMNeon
YouTube
Prisma essentials: from development to production (Prisma Migrate w...
Learn about database migrations using Prisma Migrate and how to go from Development to Preview to Production.
- Code example: https://github.com/neondatabase/preview-branches-with-fly/tree/with-prisma
- Try Neon at https://neon.tech/youtube
→ Neon Discord: https://neon.tech/discord
→ Follow us on Twitter: https://twitter.com/neondatabase
→ S...
→ S...