Thanks.
Thank you for your resolution.
I still receive (after āsudo ./scripts/startā) :
Starting Docker servicesā¦
/usr/local/bin/docker-compose: line 1: Not: command not found
Failed to start containers
Any luck?
Hey guys, iāve initiated update from 0.5xx version to 1 version of Umbrel software and am getting this error at 3rd step:
docker: Error response from daemon: failed to start shim: mkdir /var/lib/containerd/io.containerd.runtime.v2.task/moby/699e010111f2a6cdc683627195af769e8d97fa011e7b07e2e461d21a05fc928f: no space left on device: unknown.
Is this referring to hard drive space or the SD space? How do i solve it without losing access to my node?
Hey, I think the error likely means your SD card or external hard drive is out of space. You can SSH into your Umbrel and check disk usage with df -h
to see which partition is full.
If itās the SD card, try deleting old logs (sudo rm -rf ~/umbrel/logs/*
) or unused Docker data (docker system prune -a
). If the hard drive is full, you can remove unused Docker volumes (docker volume prune
) or large unnecessary files.
Once youāve freed up space, try restarting the update process.
I cannot thank you enough for posting these steps. Iām back into my umbrel!