I run df -h
and it says 36Gb used, 9Gb available on my server. I can see that my PostgreSQL db file is 26Gb.
I delete millions of rows from my database, roughly half of the data in there.
I run df -h
and it says the exact same numbers: 36Gb used, 9Gb available on disk.
I googled and found something about the VACUUM
command, which said the deleted rows are still taking disk space until you run vacuum, I did this in verbose mode and it looks good but still no disk space released.