[bug]: 'Edge Not Found' when paying invoices #9901
-
BackgroundAbout a week ago, my node crashed and I was able to recover it by compacting the database -- well, sort of. It wouldn't start unless I added Your environment
Steps to reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you have to disable the graph cache to get your node started, that means there is data corruption in the That might also be a good moment to migrate over to SQLite, which is less error prone (only available if you start the node fresh with an empty data directory, or if you manually migrate the data over to SQLite using
|
Beta Was this translation helpful? Give feedback.
-
Dropping the channel graph seems to have done the trick! Is it possible to switch over to SQLite with channels open? |
Beta Was this translation helpful? Give feedback.
Dropping the channel graph seems to have done the trick!
Is it possible to switch over to SQLite with channels open?