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•8mo 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-parentIf this is not the case, I would suggest following some of the suggestions here:
https://neon.tech/docs/introduction/usage-metrics#storageMainly around the 'Why no reduction?' section
fascinating-indigoOP•8mo 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•8mo ago
Happy to hear that you got it sorted out!