R
Railway13mo ago
ENT3I <3

Postgressql database size? Do I pay by it's size?

Hello, I would like to know how to see my postgressql database size or if I will get charged by it's size? Thanks!
Solution:
- database plugins get an invisible 32gb volume that you are not charged for. - database services (beta) get a "visible" volume with the size that your plan allows for (5gb on hobby and 50gb on pro) this volume you are charged for by how much storage you use....
Jump to solution
22 Replies
Percy
Percy13mo ago
Project ID: 40e44f3c-0508-45c6-b255-a4558921d6f5
ENT3I <3
ENT3I <313mo ago
40e44f3c-0508-45c6-b255-a4558921d6f5
Solution
Brody
Brody13mo ago
- database plugins get an invisible 32gb volume that you are not charged for. - database services (beta) get a "visible" volume with the size that your plan allows for (5gb on hobby and 50gb on pro) this volume you are charged for by how much storage you use.
ENT3I <3
ENT3I <313mo ago
so my postgressql invisible volume is 32gb, I don't think never will reach that but what happens if I do? I have a data prune system ON it shouldn't happen but who aliens
Brody
Brody13mo ago
your database would likely crash
ENT3I <3
ENT3I <313mo ago
hmmm that's scary how can I see my current postgressql size?
Brody
Brody13mo ago
that is not displayed with the old plugin system you may be interested in the new database services, with them, you are able to see the storage in use
ENT3I <3
ENT3I <313mo ago
can I vinculate that to my postgressql? or is there a way to check my current "volume size"? maybe a command in the dockerfile to run in the linux system?
Brody
Brody13mo ago
you can see how much storage is in use with the new database services
No description
No description
Brody
Brody13mo ago
like i said, it is not shown to you when you are using the old database plugins
ENT3I <3
ENT3I <313mo ago
hmmm and if I create the volume the data will be transferred to the new volume automatically or how?
Brody
Brody13mo ago
not quite, it is a manual process, you would need to deploy a new database from the offical templates, dump your data from the old database and restore it to the new database
ENT3I <3
ENT3I <313mo ago
nuhhh you killed me haahaha
Brody
Brody13mo ago
haha then dont worry about it
ENT3I <3
ENT3I <313mo ago
I'm going 2 make a nodejs script to access postgressql db and calcualte it's size
Brody
Brody13mo ago
if you care that much you should just use the new database services as you can see by my screenshot, you can easily view the usage
ENT3I <3
ENT3I <313mo ago
yeah but I already have pretty much data and I don't want to spend 1 day debugging n8n is a f... pain when you have to migrate db
Brody
Brody13mo ago
its really not that hard, theres plently of guides for pg_dump and pg_restore
ENT3I <3
ENT3I <313mo ago
yeah I know, thanks for the help but I'm gonna pass I checked the size right now I have 300mb it's not worth the time as said I will never reach the plugin limit, I have pruning functions on that clear db after 7 days and I figured out that I already have a database backup system working that makes a copy and uploads it to my s3 bucket so looking the size there will give me an idea how big my current database is
ENT3I <3
ENT3I <313mo ago
No description
Brody
Brody13mo ago
sounds good then!
ENT3I <3
ENT3I <313mo ago
thanks!
Want results from more Discord servers?
Add your server