Storage usage limits persist after deleting files via SQL
storage
Even though I deleted a folder inside a bucket, I am still receiving "Usage Limit Exceeded" errors. When I look in the bucket, the folder and files are no longer visible. However, the files (replays) are still viewable on my application dashboard, even though I have deleted them. I performed the deletion using an SQL query because attempting to delete the folder via the UI resulted in a "too many operations" error.
Here is the query I used:
DELETE FROM storage.objects WHERE bucket_id = 'session-replays' AND name LIKE 'replays/
userid
userid
/%';
Is there a delay in usage metric updates, or did this query fail to clean up the actual storage bytes?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.