Did you follow the steps outlined in this post? Nothing else worked for me except the “last line of defense.” Then it just requires waiting several hours for your bitcoin wallet to rescan all the UTXOs.
Last line of defense: Make a copy of your lnd.conf. and then
delete your conf with rm ~/umbrel/lnd/lnd.conf && ~/umbrel/scripts/configure && sudo reboot
But I still get
2021-11-21 20:11:20.552 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access
2021-11-21 20:11:20.552 [ERR] RPCS: [/lnrpc.Lightning/DescribeGraph]: wallet locked, unlock it to enable full RPC access
2021-11-21 20:11:32.332 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access
2021-11-21 20:11:45.396 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access
2021-11-21 20:11:58.486 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access
2021-11-21 20:12:11.564 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access
But I’ve just noticed that the bitcoind is also constantly restarting also. When I do
sudo docker container ls
I get
ef303aac077c lncm/bitcoind:v22.0 "bitcoind -zmqpubraw…" 32 minutes ago Restarting (135) 27 seconds ago
The other thing I did end up doing (though you might want to wait for someone more experienced like @DarthCoin to respond) was to reflash my SD card with the latest Umbrel update version. Note: After this, I had to remove the previous Umbrel signature from my terminal computer’s hosts file to ssh back in.