Recover channels not working?

Hi @Elipso has there been any change now? Upon a successfull automated recovery all channels should close and all funds return back onchain, let me know if any channels are still suck closing and we can go from there.

You can check with the pending channels command:
~/umbrel/scripts/app compose lightning exec lnd lncli pendingchannels

The status of any channels and we can then force close any stuck with this command:
~/umbrel/scripts/app compose lightning exec lnd lncli closechannel --force <channel point>

This is a helpful guide on how that looks: https://www.massmux.com/how-to-resolve-waiting-close-status-lightning-channel/

Steps on “How to SSH” are also here: Official Umbrel Troubleshooting Guide and FAQ

And referenced under “Accessing lncli” there, all lightning command line interface will beging like this:
~/umbrel/scripts/app compose lightning exec lnd lncli <command>