N
Neon8mo ago
fascinating-indigo

Free Tier Out of Space Without Uploading Data

I’m using the free tier, and I’ve run out of space, but I haven’t uploaded any data or even created any tables. What can I do?
3 Replies
national-gold
national-gold8mo ago
Do you by any chance have multiple branches? If so to avoid branches consuming storage unnecessarily, reset branches to restart the clock or delete them before they age out of the history retention window.
https://neon.tech/docs/guides/reset-from-parent
If this is not the case, I would suggest following some of the suggestions here:
https://neon.tech/docs/introduction/usage-metrics#storage
Mainly around the 'Why no reduction?' section
fascinating-indigo
fascinating-indigoOP8mo ago
i found the problem its because im using pg_dump to get the schema and its replicating the database. how i can delete databases? i found how to delete thanks a lot!! 🙂
national-gold
national-gold8mo ago
Happy to hear that you got it sorted out!

Did you find this page helpful?