Hi,
I recently received a bot e-mail titled “Critical: [Project name] - Master (master) is running out of disk space!”, with “Warning, [Project name] ([Project ID]) has less than 10% disk space available”
I tried to understand what could have grown too fast, so I used platform db:size
and platform mount:size
but none of them listed anything close to 90%.
So I tried to know the size of the MongoDB service, but couldn’t find the correct command.
Also, when running platform relationships
I did see both database
and mongodatabase
, but running platform db:size -r mongodatabase
failed with Relationship not found: mongodatabase / No database selected.
.
Using platform tunnel:open
and MongoDB Compass I see “Storage size: 404.0KB”… Far from the “Total disk space: 1.04 GB / Available disk space: 68.78 MB” I read in the alert e-mail.
Can you help me with that?
Thanks!