Merge pull request #8568 from bhandras/native-sql-ensure-empty-invoicedb

lnd: ensure that LND won't start in native SQL mode if it has any KV invoices
This commit is contained in:
Oliver Gugger
2024-03-20 05:34:08 -06:00
committed by GitHub
6 changed files with 89 additions and 3 deletions

View File

@@ -374,6 +374,10 @@
for SQL backends enabling new users to optionally use an experimental native
SQL invoices database.
* [Ensure that LND won't
start](https://github.com/lightningnetwork/lnd/pull/8568) if native SQL is
enabled but the channeldb already has any KV invoices stored.
## Code Health
* [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)