Electrs stuck - reading app logs (and identifying docker processes)

Thanks for the reply @Marcaday.

I’ve reinstalled on a new machine now using Ubuntu 22.04. Still having the same problem however. It seems to be to do with the .cookie file missing…

electrs_1     | Starting electrs 0.9.4 on x86_64 linux with Config { network: Bitcoin, db_path: "/data/db/bitcoin", daemon_dir: "/data/.bitcoin", daemon_auth: CookieFile("/data/.bitcoin/.cookie"), daemon_rpc_addr: 10.21.21.8:8332, daemon_p2p_addr: 10.21.21.8:8333, electrum_rpc_addr: 0.0.0.0:50001, monitoring_addr: 127.0.0.1:4224, wait_duration: 10s, jsonrpc_timeout: 15s, index_batch_size: 10, index_lookup_limit: None, reindex_last_blocks: 0, auto_reindex: true, ignore_mempool: false, sync_once: false, disable_electrum_rpc: false, server_banner: "Umbrel Electrs (0.9.4-build-2)", args: [] }
electrs_1     | [2022-09-22T23:10:12.608Z INFO  electrs::metrics::metrics_impl] serving Prometheus metrics on 127.0.0.1:4224
electrs_1     | [2022-09-22T23:10:12.608Z INFO  electrs::server] serving Electrum RPC on 0.0.0.0:50001
electrs_1     | [2022-09-22T23:10:12.631Z INFO  electrs::db] "/data/db/bitcoin": 78 SST files, 0.00006279 GB, 0.000000021 Grows
electrs_1     | [2022-09-22T23:10:12.635Z INFO  electrs::db] closing DB at /data/db/bitcoin
electrs_1     | Error: electrs failed
electrs_1     |
electrs_1     | Caused by:
electrs_1     |     0: failed to open bitcoind cookie file: /data/.bitcoin/.cookie
electrs_1     |     1: No such file or directory (os error 2)

I’ve tried creating the .cookie file with USER:PASS inside (replaced values) but still no luck.

CookieFile("/data/.bitcoin/.cookie")

Is this location relative to electrs directory?

I’ve tried creating it in a number of spots…

~/umbrel/app-data/electrs/data/electrs/.bitcoin

Also here - the bitcoin data dir (that has the blocks dir) …

~/umbrel/app-data/bitcoin/data/bitcoin