Error: Failed to start containers

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!