Hey everyone,
I’m on Vercel Pro, and my PostgreSQL database seems to have migrated to Neon automatically. However, I’m now getting the following error when trying to export my database using pg_dump or running any queries:
NeonDbError: Your project has exceeded the data transfer quota. Upgrade your plan to increase limits.
Here’s what I’ve checked so far:
Vercel Usage Dashboard: No limits were reached.
Vercel Pro Plan: I already have Vercel Pro, which should include higher limits.
Vercel PostgreSQL Panel: No upgrade options for data transfer.
No Neon Account: I never signed up for Neon directly, so I don’t have access to a dashboard where I can upgrade limits.
I also contacted the support but no solution or any ideas on the issue so far after 2 days.
What I Need Help With:
How can I increase the Neon data transfer quota under my Vercel Pro plan?
Is there a way to export my database despite this restriction?
If my Neon database was created by Vercel, how can I gain access to upgrade?
Can Vercel temporarily lift the restriction so I can retrieve my data?
This is urgent as I need to export my database for an important task. Any help from the community or Vercel team would be greatly appreciated!
Thanks in advance!