7 months ago my multisite woo-commerce installation snapshots were around 7GB with 35000 variations and now it is 36GB with 40000 variations
What should I look for in my LAMP set up that would be causing this growth. I do have 4 x domains that all log errors and access but I dont think this would be the problem. I also log wordpress errors which does grow but not by 20 odd GB
Any Ideas
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
What I could suggest is finding out your disk usage and also which is the largest folder on your Droplet.
First, you could check your disk usage with the following command:
df -h
Then if you are storing your websites at the /var/www folder you could run the following:
du -h --max-depth=1 /var/www
You would see the following output:
114M /var/www/blog
4G /var/www/project
Then you depending on the largest folder you could run this again but add the path to the largest folder:
du -h --max-depth=1 /var/www/project
You could repeat that until you get to the largest folder. That way you will be able to figure out what is causing the sudden growth in the disk usage.
If this is not the case may be your MySQL databases have grown, you could do a similar thing for /var/lib/mysql.
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.