By ngjiaquan
I am currently on Ubuntu 16.04 and am running PHP 7.0.33. I am trying to update to. PHP 7.3 to make my Wordpress site run faster.
I followed the standard instructions
sudo apt-get install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get upgrade sudo apt-get install -y php7.3
But I received this error
E: Write error - write (28: No space left on device) E: IO Error saving source cache E: The package lists or status file could not be parsed or opened.
Running df -h gives me
/dev/vda1 20G 20G 0 100% /
Which I tried to remove it by heading to FileZilla and manually deleting the file.
However, it still appears when I run df-h
Tried to do a reboot, but it is still there too.
Tried sudo apt-get clean too but it doesn’t clean anything.
What should I do?
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!
Hi there @ngjiaquan,
It looks like that your disk space is full. You need to find which files or directories are using all of your webspace and delete them if they are not needed.
You can follow the steps from this answer here on how to do that:
https://www.digitalocean.com/community/questions/28-no-space-left-on-device-error
If there is nothing to delete, then I would recommend upgrading your Droplet so that you have more disk space.
Hope that this helps! 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.