You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have migrated from bbolt to SQLite, but have not yet run lnd with db.native-sql=true to convert the invoice DB from KV to SQL format.
When I startup, I get the following message in the log file.
2025-03-31 22:49:04.148 [DBG] LTND: Invoice bucket tombstone set to: false
This is misleading because the bbolt DB has already been tombstoned. The message above should be more specific that the SQLite database has not been tombstoned from KV format to SQL format.