Replies: 1 comment 3 replies
-
Hard to say what actually happened without any logs...
Most likely yes.
No. I think you should check the logs for the actual error, then we can help you with more specific actions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After restarting BTCPay Server, I noticed that my LND node fails to start the GRPC services.
Details:
chantools compactdb
command on mychannel.db
file, which ran without any issues.compacted.db
file is identical to the originalchannel.db
file, which is 4.7GB.This raises a few important questions:
1. Does the
compactdb
command always fail in the case of a corruptedchannel.db
?2. Does the size of the
compacted.db
imply an issue with thechannel.db
file?I'm curious to hear if others have encountered similar situations and whether there are additional steps or checks I should consider to resolve this issue. Any insights on whether the compaction process behaves differently with corrupted databases or if there's a way to further troubleshoot the GRPC service failure would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions