[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Psql vercel wiped data 111 views · 0 likes · 9 posts Ahmed5939 (@ahmed5939) · 2024-07-24 i pushed prisma db push on production wiping all data Pauline P. Narvas (@pawlean) · 2024-07-24 Hi @ahmed5939! Welcome to the Vercel Community :smile: I'm sorry to hear this. Could you explain more about your project and set-up so I can see how we can help out here? Ahmed5939 (@ahmed5939) · 2024-07-24 I have a project archive-system i have a db with vercel its on my team ahme-last wise name wise an hour ago i accidentally did prisma db push wiped all prod data and i dont have back up Pauline P. Narvas (@pawlean) · 2024-07-24 I've asked internally and will circle back soon! Thanks for your patience :pray: Ahmed5939 (@ahmed5939) · 2024-07-24 i would die in happens if they do that for me Ahmed5939 (@ahmed5939) · 2024-07-24 and do u know how long it take and do they know where in time to roll back? Ahmed5939 (@ahmed5939) · 2024-07-24 i opened a case this is numbers as well : 260627 Pauline P. Narvas (@pawlean) · 2024-07-24 Hi @ahmed5939! Yes, I see you’ve opened a case. I’ll close this and we can continue the conversation with our support team. Amy Egan (@amyegan) · 2024-07-31 I came back to include some info from the case on the chance that it may help someone else. At present, [automated backups are not supported](https://vercel.com/docs/storage/vercel-postgres/faq#automated-backup-support). Manual backups can be done using `pg_dump` which allows you to extract a PostgreSQL database into a script or archive file. https://www.postgresql.org/docs/current/app-pgdump.html