what did I do wrong and what should I do to fix it?

what did I do wrong and what should I do to fix it?
No description
No description
36 Replies
garyaustin
garyaustin8mo ago
https://supabase.com/docs/guides/platform/database-size#free-plan-behavior https://supabase.com/docs/guides/platform/database-size#database-size No one can tell you what you did wrong. You seem to have created a very large database for some reason.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
The links you gave me refer to database optimization and gigabyte reduction, or what are these links?
garyaustin
garyaustin8mo ago
How to figure out and reduce your database size.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
Which link should I see first
garyaustin
garyaustin8mo ago
Just go look at them both. One has steps to look at and one has info on what the error means.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
VACUUM; ?
garyaustin
garyaustin8mo ago
You can also check the dashboard database/tables tab and see if you see in large tables.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
Large tables are more specifically in the editor table category?
!!RoteXRFox
!!RoteXRFoxOP8mo ago
?
No description
garyaustin
garyaustin8mo ago
How long have you had this instance? Are there other instances in the same ORG (they all share diskspace)? Have you been adding and deleting lots of instances in the same org? Basically something is using alot of disk. You have to figure out what and reduce it or go to Pro if it is normal growth over time.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
No description
!!RoteXRFox
!!RoteXRFoxOP8mo ago
.
garyaustin
garyaustin8mo ago
If you hover over that it should show you size for each project.
No description
garyaustin
garyaustin8mo ago
As you have them in the same organization they share the .5GB size limit.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
No description
garyaustin
garyaustin8mo ago
So if you move one to another org you would half your usage.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
To another organization
garyaustin
garyaustin8mo ago
Yes
!!RoteXRFox
!!RoteXRFoxOP8mo ago
?
No description
garyaustin
garyaustin8mo ago
I've not done it. That looks correct You may need to create an org, not sure.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
I have created another organization, should I click the button and move it or whatever, it's the wrong button ?
garyaustin
garyaustin8mo ago
I don't know, I've not done it.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
How to transfer a database to another organization Transfer your project to a different organization.
garyaustin
garyaustin8mo ago
The screen you showed looks correct. I've not done it so I can't tell you the exact steps.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
so I can bring it to the bar and when I move, I have to wait a few minutes to get it?
No description
garyaustin
garyaustin8mo ago
I just created a new org, hit cancel when it asked for creating a new instance. Then went to general settings of an existing instance, clicked transfer then selected an org and it transferred in seconds.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
A project for another organization, but the previous ones have the same problem. See the same number of gigabytes
No description
!!RoteXRFox
!!RoteXRFoxOP8mo ago
No description
!!RoteXRFox
!!RoteXRFoxOP8mo ago
this is on the second one that I currently moved Wait?
garyaustin
garyaustin8mo ago
Did the new Org have less database usage? I think the database count is based on average for the "billing" period so may not go down immediately on old one, but I've not seen much on that.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
okey When will my period end? db
garyaustin
garyaustin8mo ago
Probably 1 month or so from when you created it.
!!RoteXRFox
!!RoteXRFoxOP8mo ago
No description
!!RoteXRFox
!!RoteXRFoxOP8mo ago
and why did it happen that there were many GB on the database
garyaustin
garyaustin8mo ago
You will have to figure out why the individual databases are using that space. This link I gave talks about some ways... https://supabase.com/docs/guides/platform/database-size#database-size
Understanding Database and Disk Size | Supabase Docs
Understanding how database size applies to your subscription.

Did you find this page helpful?