Disk usage
yoqzh
HOBBYOP
2 months ago
Hello!
I deleted data from the database, and the postgres volume currently shows about 200 MB.
At the same time, in the dashboard under Observability → Disk usage, it shows 1 GB for Postgres.
Could someone clarify whether this disk usage refers only to the database volume or to the entire project’s storage? It’s a bit confusing.
2 Replies
Railway
BOT
2 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
2 months ago
Hey, have you tried to VACUUM FULL (https://www.postgresql.org/docs/current/sql-vacuum.html) your Postgres database? A volume's usage always refers to itself and not the entire project.