Unable to complete update to v7.4.0 (Ubuntu 20.04.2 LTS)
Solved
Support
-
@hcj-online in the new VM, simply install with
cloudron-setup --version 7.4.0
. Also, another option is to just increase the disk size of your current VM (if that's possible). -
On my existing install, docker takes around 7GB.
On a fresh install:
root@ubuntu-s-1vcpu-2gb-sfo2-01:~# docker system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 9 0 6.905GB 6.905GB (100%)
Containers 0 0 0B 0B
Local Volumes 0 0 0B 0B
Build Cache 0 0 0B 0BSo, the size hasn't changed much (atleast for docker images). Not sure what apps you have installed. Maybe they are taking lots of space?
-