Hi, I’ve had a similar issue with electrs. I saw the following:
- In the GUI it showed “Not running”
- There wasn’t a docker container for electrs shown when running
sudo docker ps -a
through SSH. - When attempting to install it complained that the application was already installed, which suggested to me that Umbrel has an internal app registry and that it had got out of sync with what was actually installed.
So I tried the steps below, which allowed me to install the application successfully afterwards.
- SSH into Umbrel
- Run
sudo nano umbrel/umbrel.yaml
- Remove the offending
<app-id>
from the apps section.
- Remove the offending
- Run
sudo mv umbrel/app-data/<app-id> umbrel/app-data/<app-id>-old
(this may be optional, but I didn’t test without it) - Reboot Umbrel