Exceeding Sotrage Limits? #31056
-
Hello Supabase Team. First of all i would like to say I love what you have accomplished with this product. For a couple of weeks now I've been getting a warning that my organization is exceding storage usage limits (see attachments) But i make sure to periodically delete the files from the storage. On Friday, December 6 I even deleted most of the storage objects, from 401 objects to 170, down to 0.04GB (summing up the size from the storage.objects table of the project that had the most objects by far) But that was not reflected on the Storage Usage Chart (see attachment) Of course i deleted from storage.objects in the sql editor (deleted all objects older than 2 weeks). And made sure they were deleted from the bucket. So my main concern here is why i keep getting this warning despite i deleted over a half the items of my storage. Greetings, Carlos Daniel Vilaseca |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You cannot delete files by deleting the storage.objects table rows. You have to use UI or strorage API calls. Any files you deleted using SQL on storage.objects are now orphaned in S3. I personally don’t know of a way to delete them now. |
Beta Was this translation helpful? Give feedback.
You cannot delete files by deleting the storage.objects table rows. You have to use UI or strorage API calls. Any files you deleted using SQL on storage.objects are now orphaned in S3. I personally don’t know of a way to delete them now.