Pre-Submission Checklist
LND Version
lnd: 0.21.1-beta, litd: 0.17.0-alpha
LND Configuration
litd.conf:
postgres.maxconnections=3
lnd.db.postgres.maxconnections=6
taproot-assets.postgres.maxconnections=2
Backend Version
Bitcoin core v31.1
Backend Configuration
unrelated
OS/Distribution
unrelated
Bug Details & Steps to Reproduce
- Setting up a fresh litd node with integrated LND+TAPD
SQLD initiates migrations, but hangs after some without timeout or error. The service never gets online.
On the initial start, it managed to do 5 migrations, and after restarting it did 3. The connection limits are probably on the low side, but I can imagine there can be some improvements around either:
- SQL connection handling
- timeouts
- errors
SQLD Logs:
2026-07-30 09:24:32.817 [INF] SQLD: Applying migrations from version=8
2026-07-30 09:24:32.806 [INF] SQLD: Migrating SQL schema to version 8
2026-07-30 09:24:32.785 [INF] SQLD: 8/u graph (46.941011ms)
2026-07-30 09:24:32.737 [INF] SQLD: Applying migrations from version=7
2026-07-30 09:24:32.726 [INF] SQLD: Migrating SQL schema to version 8
2026-07-30 09:24:32.705 [INF] SQLD: 7/u invoice_add_settled_index (18.473711ms)
2026-07-30 09:24:32.685 [INF] SQLD: Applying migrations from version=6
2026-07-30 09:24:32.672 [INF] SQLD: Migrating SQL schema to version 7
2026-07-30 09:24:32.668 [INF] SQLD: Migration 'kv_invoice_migration' (version 7) applied
2026-07-30 09:24:32.653 [INF] SQLD: Applying custom migration 'kv_invoice_migration' (version 7) to schema version 6
2026-07-30 09:24:32.635 [INF] SQLD: Applying migrations from version=6
2026-07-30 09:24:32.623 [INF] SQLD: Migrating SQL schema to version 6
2026-07-30 09:24:32.601 [INF] SQLD: 6/u invoice_migration (22.325874ms)
2026-07-30 09:24:32.577 [INF] SQLD: Applying migrations from version=5
2026-07-30 09:24:32.566 [INF] SQLD: Migrating SQL schema to version 6
2026-07-30 09:24:32.542 [INF] SQLD: Applying migrations from version=5
2026-07-30 09:24:32.529 [INF] SQLD: Migrating SQL schema to version 5
2026-07-30 09:24:32.529 [INF] SQLD: Skipping migration '000004_invoice_expiry_fix' (version 4) as it has already been applied
2026-07-30 09:24:32.529 [INF] SQLD: Skipping migration '000003_invoice_events' (version 3) as it has already been applied
2026-07-30 09:24:32.529 [INF] SQLD: Skipping migration '000002_amp_invoices' (version 2) as it has already been applied
2026-07-30 09:24:32.529 [INF] SQLD: Skipping migration '000001_invoices' (version 1) as it has already been applied
2026-07-30 09:24:32.486 [INF] SQLD: Using SQL database 'postgres://xxx'
2026-07-30 08:39:08.509 [INF] SQLD: 5/u migration_tracker (14.241133ms)
2026-07-30 08:39:08.494 [INF] SQLD: Applying migrations from version=4
2026-07-30 08:39:08.483 [INF] SQLD: Migrating SQL schema to version 5
2026-07-30 08:39:08.462 [INF] SQLD: 4/u invoice_expiry_fix (15.47347ms)
2026-07-30 08:39:08.445 [INF] SQLD: Applying migrations from version=3
2026-07-30 08:39:08.433 [INF] SQLD: Migrating SQL schema to version 4
2026-07-30 08:39:08.413 [INF] SQLD: 3/u invoice_events (24.486699ms)
2026-07-30 08:39:08.387 [INF] SQLD: Applying migrations from version=2
2026-07-30 08:39:08.376 [INF] SQLD: Migrating SQL schema to version 3
2026-07-30 08:39:08.356 [INF] SQLD: 2/u amp_invoices (23.938654ms)
2026-07-30 08:39:08.330 [INF] SQLD: Applying migrations from version=1
2026-07-30 08:39:08.318 [INF] SQLD: Migrating SQL schema to version 2
2026-07-30 08:39:08.295 [INF] SQLD: 1/u invoices (32.835491ms)
2026-07-30 08:39:08.261 [INF] SQLD: Applying migrations from version=0
2026-07-30 08:39:08.233 [INF] SQLD: Migrating SQL schema to version 1
2026-07-30 08:39:08.233 [INF] SQLD: No database version found, using schema version -1 (dirty=false) as base version
2026-07-30 08:39:08.149 [INF] SQLD: Using SQL database 'postgres://xxx'
Expected Behavior
The service could:
- throw an error when it fails to get a connection after a timeout
- reuse SQL connections so migrations run successfully.
Debug Information
No response
Environment
No response
Pre-Submission Checklist
LND Version
lnd: 0.21.1-beta, litd: 0.17.0-alpha
LND Configuration
litd.conf:
Backend Version
Bitcoin core v31.1
Backend Configuration
unrelated
OS/Distribution
unrelated
Bug Details & Steps to Reproduce
SQLDinitiates migrations, but hangs after some without timeout or error. The service never gets online.On the initial start, it managed to do 5 migrations, and after restarting it did 3. The connection limits are probably on the low side, but I can imagine there can be some improvements around either:
SQLDLogs:Expected Behavior
The service could:
Debug Information
No response
Environment
No response