CLN database
About DB and backups in CLN
Backup your wallet
SQLite DB remote backup solution | CLN on BOL2
I suspect this will breakin weird ways: we didn't design CLN for non-exclusive access. In particular, we don't expect transactions to fail!
Indeed it is never safe to have multiple CLN daemons talking to the same DB concurrently.
SQLite の場合
同じ DB ファイルを生成することができる
Hight availability setup
SQLite DB remote backup solution | CLN on BOL2