-
Notifications
You must be signed in to change notification settings - Fork 951
Closed
Labels
Type::BugAn error, flaw, or fault that produces an incorrect or unexpected resultAn error, flaw, or fault that produces an incorrect or unexpected result
Milestone
Description
introduced a query that isn't supported by the sqlite that is shipped with the docker image.
This is fine:
docker run -d --name cln --network=host --platform=linux/amd64 -v clnLightningVolume:/root/.lightning -v bitcoindRegtestVolume:/root/.bitcoin -e LIGHTNINGD_DATA=/root/.lightning elementsproject/lightningd:v25.02 --network=regtest
this is not:
docker run -d --name cln --network=host --platform=linux/amd64 -v clnLightningVolume:/root/.lightning -v bitcoindRegtestVolume:/root/.bitcoin -e LIGHTNINGD_DATA=/root/.lightning elementsproject/lightningd:latest --network=regtest
2025-04-11T07:55:06.761Z **BROKEN** lightningd: Error executing statement: wallet/db.c:2044: UPDATE addresses SET addrtype = ? FROM channels WHERE addre
sses.keyidx = channels.shutdown_keyidx_local AND channels.state != ? AND channels.state != ? AND channels.state != ?: near "FROM": syntax error
Error executing statement: wallet/db.c:2044: UPDATE addresses SET addrtype = ? FROM channels WHERE addresses.keyidx = channels.shutdown_keyidx_local AND
channels.state != ? AND channels.state != ? AND channels.state != ?: near "FROM": syntax error
Metadata
Metadata
Assignees
Labels
Type::BugAn error, flaw, or fault that produces an incorrect or unexpected resultAn error, flaw, or fault that produces an incorrect or unexpected result