Oh,well. Im running Umbrel on a RPI5. So i dont know much about this hardware. But it seems that Umbrel is not running correct. Hanging anywhere. So the Container cannot start. I had a similar Issue and i found out, that my NVME SSD was not correct formated. I formated it with EXT4 for Linux and that was the trick. But in your case you did an update, right?
For a Bitcoin Node Freeze: If you are experiencing a Bitcoin node issue, you may need to remove the peers.dat file located within the Bitcoin app’s data directory to force it to re-establish connections. This is usually done by finding the file in the umbrel/app-data/bitcoin/data/bitcoin/ directory.
Remove the file: Use a command like rm umbrel/app-data/bitcoin/data/bitcoin/peers.dat to remove the file.
3. Address Specific Application Issues (e.g., Bitcoin)
For a Bitcoin Node Freeze: If you are experiencing a Bitcoin node issue, you may need to remove the peers.dat file located within the Bitcoin app’s data directory to force it to re-establish connections. This is usually done by finding the file in the umbrel/app-data/bitcoin/data/bitcoin/ directory.
Remove the file: Use a command like rm umbrel/app-data/bitcoin/data/bitcoin/peers.dat to remove the file.
4. Restart the Node
Start the Umbrel node again: sudo ./scripts/start.
Wait for the node to come back online and check the Bitcoin app in the dashboard to see if it is syncing correctly.
Now that I understand that, I’m wondering whether everything will be deleted. Whether the blockchain will need to be reloaded afterwards and the wallet will need to be recreated.