Postgres limits on Hobby Plan not updating

Hello,
I have a PostgreSQL database connected to my NextJS project that exceeded the limits, and I’m receiving the error: “Your project has exceeded the logical size quota.” when I’m trying to reun a simple SELECT query on neon console. I have waited a month for the limits to reset, but it hasn’t happened. What should I do?

Hi, @yevgenyl! Welcome to the Vercel Community :smile:

It’s worth noting that automatic limit resets typically occur for usage-based metrics like compute time or data transfer, not for persistent storage. Storage limits usually require manual intervention (like upgrading or cleaning up data) when exceeded.

Which limit are you referring to?