All my Umbrel apps first show "Starting" and after a while go to "Not Running" state

Hi,

I have umbrel bitcoin machine. I am using Raspberry pi4 (as per my Device info).

My umbrel version is “umbrelOS 1.2 Beta 1”

I have tried restarting multiple times and each time the apps first show “Starting” and after a while go to “Not running” state.

Dont seem to have any threads in the community on how to resolve this.

I have all my BTC on this node and am very nervous about losing the whole thing.
I am able to SSH into the node.

Can you please respond to this urgently?

Screen shots attached

Regards
Chets

SSH in to your Umbrel an type:

sudo systemctl stop umbrel
sudo systemctl stop docker docker.socket
sudo bash -c "rm -rf /var/lib/docker/*"
sudo systemctl start docker docker.socket
sudo systemctl start umbrel

Let me know if it works. :muscle:

Thanks for the quick response. checking now

Hi Denny, I executed all the commands you provided. After that all the apps are continuing to show “Starting” for the past few hours (Screen shot attached)

Can you suggest what the next steps could be to be able to operate my apps

Regards
Chets

Couple of file systems on the node seem 100% full as per attached screen shot. Is that the reason why the apps are not starting?

Yes, full storage is likely the reason the apps are not starting. Try to free up space by deleting large files (e.g., logs) and restart the Umbrel services.

I am really not sure which logs to delete. Also i am afraid by deleting the logs will i cause my old setup which has my entire bitcoin will get affected. Can you suggest any specific logs i need to look for that i can delete?