Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
When the 18.04 image will be available “from scratch” upon droplet´s creation or destroying?
I’m getting this error:
Failed to lock /var/cache/apt/archives/lock
PermissionError: [Errno 1] Operation not permitted: ‘/etc/apt/sources.list’
Original exception was: Traceback (most recent call last): File “/tmp/ubuntu-release-upgrader-o1qm2vbn/bionic”, line 8, in <module> File “/tmp/ubuntu-release-upgrader-o1qm2vbn/DistUpgrade/DistUpgradeMain.py”, line 238, in main File “/tmp/ubuntu-release-upgrader-o1qm2vbn/DistUpgrade/DistUpgradeController.py”, line 1949, in run File “/tmp/ubuntu-release-upgrader-o1qm2vbn/DistUpgrade/DistUpgradeController.py”, line 1913, in fullUpgrade File “/tmp/ubuntu-release-upgrader-o1qm2vbn/DistUpgrade/DistUpgradeController.py”, line 1330, in doDistUpgrade File “/tmp/ubuntu-release-upgrader-o1qm2vbn/DistUpgrade/DistUpgradeController.py”, line 1452, in abort File “/tmp/ubuntu-release-upgrader-o1qm2vbn/DistUpgrade/sourceslist.py”, line 366, in restore_backup File “/usr/lib/python3.5/shutil.py”, line 236, in copy copymode(src, dst, follow_symlinks=follow_symlinks) File “/usr/lib/python3.5/shutil.py”, line 138, in copymode chmod_func(dst, stat.S_IMODE(st.st_mode)) PermissionError: [Errno 1] Operation not permitted: ‘/etc/apt/sources.list’
Any thoughts on this one?
Unable to restart my droplet. My WordPress is also not working. Unable to connect via SSH either.
Should be remove the iptable entry that was added after the upgrade has been completed?
A warning to Ubuntu 16.04 LTS users: you can’t upgrade to 18.04 LTS through this guide because they already warned that it will not be available through ‘do-release-upgrade’ until 18.04.1 (screenshot).
tryed for two days to upgrade using other sites methods,none worked,either broke or crashed.THANK YOU.i fallowed your out line in after about hours with the command line i had it.very nice Deskektop etc. Don, NEW BE.
I updated a fairly bone stock 16.04 Wordpress droplet and php was disabled upon upgrade to 18.04.1 completion, rendering wordpress nonfunctional. For anyone who has run into this issue, the fix was
sudo a2enmod php7.2 sudo systemctl restart apache2
It aborts every time. Where is the log? How is this diagnosed?
Checking for a new Ubuntu release Get:1 Upgrade tool signature [819 B] Get:2 Upgrade tool [1,258 kB] Fetched 1,258 kB in 0s (0 B/s) authenticate ‘bionic.tar.gz’ against ‘bionic.tar.gz.gpg’ extracting ‘bionic.tar.gz’
Reading cache
Checking package manager Reading package lists… Done Building dependency tree Reading state information… Done Hit http://archive.ubuntu.com/ubuntu xenial InRelease Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] Hit http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease Hit https://deb.nodesource.com/node_8.x xenial InRelease Hit http://ppa.launchpad.net/nginx/stable/ubuntu xenial InRelease Hit http://apt.postgresql.org/pub/repos/apt xenial-pgdg InRelease Fetched 107 kB in 0s (0 B/s) Reading package lists… Done Building dependency tree Reading state information… Done
Restoring original system state
Aborting Reading package lists… Done Building dependency tree Reading state information… Done
After doing sudo apt-get dist-upgrade when I tried sudo do-release-upgrade it’s saying ```
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
Hello community,
i upgraded my droplet from Ubuntu 16.04 to 18.04 and now my website is showing a php text :
<?php /**
I updated PHP to 7.2 and enabled it, restart apache 2 but nothing seems to work.
Any idea ?
Regards