Running Umbrel Home, Version 1.7.4. I tried to rewind but Restore is grayed out. Cannot delete or add apps.
We had a sever storm come thru today and the power blinked off and on several times.
Here’s the log from my Bitcoin Knots. All the other apps logs look the same. My tech skills aren’t advanced enough to understand the log entry.
Command failed with exit code 1: /opt/umbreld/source/modules/apps/legacy-compat/app-script logs bitcoin-knots
time=“2026-08-06T22:43:42Z” level=warning msg=“/opt/umbreld/source/modules/apps/legacy-compat/docker-compose.app_proxy.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion”
time=“2026-08-06T22:43:42Z” level=warning msg=“/opt/umbreld/source/modules/apps/legacy-compat/docker-compose.tor.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion”
time=“2026-08-06T22:43:42Z” level=warning msg=“/opt/umbreld/source/modules/apps/legacy-compat/docker-compose.common.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion”
time=“2026-08-06T22:43:42Z” level=warning msg=“networks.default: external.name is deprecated. Please set name and external: true”
time=“2026-08-06T22:43:42Z” level=warning msg=“/home/umbrel/umbrel/app-data/bitcoin-knots/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion”
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Thank for your help.
Today I attempted to install Lobe Hub, saw same “Not Running” message, then the app dissappeared.
Did you try rebooting your Umbrel?
I rebooted a couple of times.
yeah, those “version is obsolete” lines are just warnings. The important part is the “Cannot connect to the Docker daemon” error. Since every app is affected and installs/uninstalls are failing too, this looks like Docker itself didn’t come back up after the power cuts, not a Bitcoin Knots problem.
Since you’ve already rebooted a couple of times, could you go to Settings > Troubleshoot > umbrelOS, download the umbrelOS logs, and attach the file here? That should show why Docker is failing to start. I wouldn’t try uninstalling any more apps yet, since the apps themselves probably aren’t the issue.
It’s telling my the file is too big and it won’t accept log.gz file. May try a full restore?
Suggestions?
Could you upload it to something like Google Drive or Dropbox and share the link here?
Duh! I’m not thinking today.
Ok this looks like a wider issue in Docker itself, rather than something caused by umbrelOS. It looks like one of the power cuts happened while Docker was starting, and Docker has been stuck ever since because it thinks two of its networks have the same name. Your app data looks fine, so I wouldn’t try a full restore.
You can fix it from the Umbrel dashboard:
- Open Settings.
- Scroll down and open Advanced settings.
- Find Terminal and click Open.
- Select umbrelOS.
- Paste this full command into the terminal and press Enter:
sudo sh -c 'systemctl stop docker.service docker.socket && mv /var/lib/docker/network/files/local-kv.db "/var/lib/docker/network/files/local-kv.db.backup-$(date +%Y%m%d-%H%M%S)" && systemctl reset-failed docker.service docker.socket && systemctl start docker.service && systemctl is-active docker.service && systemctl restart umbrel.service'
It will ask for [sudo] password for umbrel:. Enter the same password you use to log into your Umbrel and press Enter. You won’t see anything while typing the password, not even dots or asterisks, but that’s normal.
If it works, you should see active. The terminal may then disconnect because Umbrel is restarting. Wait a minute or two, refresh the dashboard, and try starting your apps again.
This keeps a backup of Docker’s old network settings and doesn’t remove your app data. If it doesn’t show active, run this in the same terminal and share the output:
sudo journalctl -u docker.service -n 80 --no-pager
YAY! I’m back on the road again.
Thank you soooo much!