Hi, not sure if this questions fits in MISC, but...
My dedicated server running WHM 110.0 has encountered a completely new issue today: The root partition is 100% full (20MB left!) and so I ran this (sorry, code formatting is completely broken on this forum) : sudo find /var -size +200M -exec ls -ld {} \;
This allowed me to find a couple WP databases that were abnormally big and I managed to get back 2GB. Root partition is 32GB (29GB after formatting) and I find it's not big enough in 2023 for a dedicated server running a ton of Wordpress sites. So now there is 1.9GB free which is enough for now but I feel like the issue might repeat in a couple days.
How can I grow the root partition to like 64GB? The physical hard disk on which this 32GB root partition is located is multiple terabytes in size, so I could theorically take a few GB from the rest of that physical hard disk, but I just don't know what command to run to do it.
My dedicated server running WHM 110.0 has encountered a completely new issue today: The root partition is 100% full (20MB left!) and so I ran this (sorry, code formatting is completely broken on this forum) : sudo find /var -size +200M -exec ls -ld {} \;
This allowed me to find a couple WP databases that were abnormally big and I managed to get back 2GB. Root partition is 32GB (29GB after formatting) and I find it's not big enough in 2023 for a dedicated server running a ton of Wordpress sites. So now there is 1.9GB free which is enough for now but I feel like the issue might repeat in a couple days.
How can I grow the root partition to like 64GB? The physical hard disk on which this 32GB root partition is located is multiple terabytes in size, so I could theorically take a few GB from the rest of that physical hard disk, but I just don't know what command to run to do it.