Bookkeeper: upgrade from 24.05 to 24.08.1 fails due to ERROR: column "spliced" does not exist
#7695
Milestone
ERROR: column "spliced" does not exist
#7695
Issue and Steps to Reproduce
The following error message is emitted on
stderr
from thelightningd
process:The PostgreSQL server error log contains:
It looks like Bookkeeper is trying to access the column
spliced
in tablechain_events
before it attempts to alter the table to add the column to it. Because the initialSELECT
query fails, the subsequentALTER TABLE
statement in the same transaction is rejected. You need to roll back the failed transaction before you attempt to upgrade the schema.The text was updated successfully, but these errors were encountered: