Storage Full DB isnt working?

SO i was working on my project and everything seems to be working because i am on the free tier right now, but supabase sent me warning about my usage limit being crossed and have given me datae till coming 30 to upgrade to a new tier or either remove some data. but the issue is that i have noticed something that parts of my code ofcourse they involve sending requests to db CRUD etc. and they seems to not go through anymore and sometimes wont happen even if i wait, is this an issue with the code or my db subscription? can this happen that after hitting the limit the request wont even go through kindly an expert opinion is needed, like in my project i use to select colors they would be selected then when i try to remove them they would be removed now when i try to remove them they arent being removed but adding the colors works and are instantly updated in the db so i guess the issue might be in the code but if someone can shed some more light on my scenario would be nice, thanks.
No description
11 Replies
garyaustin
garyaustin4w ago
You need to provide more details. What limit are you exceeding? You say storage in the title. Can you show the exact warning from Usage dashboard page? If you are having issues with the API or DB connections then you need to say what errors you are encountering and your API operations. Saying what your app does or does not do is not helpful. No way to know if this is related or not.
Ali Sufiyan
Ali SufiyanOP4w ago
No description
Ali Sufiyan
Ali SufiyanOP4w ago
thanks for the reply, i am still not sure if the issue was with the db but i just made changes to the code and it works now so not 100% sure but i guess 1% still in doubt becasue the db limits being hit, things seems to be a bit slow but shouldnt be coz i guess i am only hitting the storage limits, although i deleted aloooooot of stuff from the buckets but the storage wont budge.
garyaustin
garyaustin4w ago
The storage limit is only for files and should not impact the DB or performance. How did you delete the files?
Ali Sufiyan
Ali SufiyanOP4w ago
i just went to the buckets which has alot of files and empty bucket boom
garyaustin
garyaustin4w ago
In the dashboard UI?
Ali Sufiyan
Ali SufiyanOP4w ago
yes
garyaustin
garyaustin4w ago
Within the past 24 hours? If so see if it goes down tomorrow. But other users have reported it takes time to change and other issues with the metric once the limit has been hit. Just make sure you deleted enough files that you think would get you well below the limit for now.
Ali Sufiyan
Ali SufiyanOP4w ago
also just a question can i make a backup of my db tables and rules everything in the free tier because one mistake and its a huge loss for me.
garyaustin
garyaustin4w ago
You can make your own backups with 3rd party tools or PSQL
Ali Sufiyan
Ali SufiyanOP4w ago
ok ill check it after 24hrs just incase. because my current alot of deletion wont update anything. umhm ok thanks for the response means alot, SUPABASE has been awesome and keeps impressing me with the latest updates, have a good day. SIR

Did you find this page helpful?