Web Developer
Our $12 droplet ran out of space with “Write of 136884 bytes failed with errno=28 No space left on device” errors by the LAMP application.
The 50 GB disk was full.
Our server admin mentioned “Yes, the disk was full. I’ve cleared out backups were removed and changed scheduler to store only 5 copies of the backup instead of 30 days worth earlier.”
The public_html folder is synced with a GitHub repository.
The connected MySQL database is on Google Cloud Platform and not using a MySQL database on the host.
The only files/folders unique to the host is the .env file and the vendor folder created by composer.
Question : Do we still need disk-backups ?
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!
Hey Anjanesh,
If your code is on GitHub and the database is hosted externally (and already backed up), you’ve already covered the most critical pieces. That said, your Droplet still holds important things like the .env
file, server configuration, installed packages, and any manual changes you’ve made, like firewall rules, SSH hardening, or app-specific tweaks. These can be time-consuming to reconfigure if something goes wrong.
I’d personally recommend enabling DigitalOcean’s Droplet backups. They’re automatic, snapshot the entire Droplet, and make recovery much faster than rebuilding everything from scratch. It’s a simple and effective way to keep your environment safe with minimal overhead.
You probably don’t need the manual backups you’re currently storing on the server itself. The built-in DigitalOcean backups should be more than enough in most cases, but if you want an extra layer of safety, you can still keep a separate backup of key files like .env
.
Here’s the link to the docs if you want to check it out: https://docs.digitalocean.com/products/backups/
- 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.