eth2-beaconchain-explorer icon indicating copy to clipboard operation
eth2-beaconchain-explorer copied to clipboard

column "committeebits" does not exist

Open ohko4711 opened this issue 6 months ago • 2 comments

time="2025-07-03T08:19:11Z" level=error msg="error executing template" error="error retrieving block attestation data: ERROR: column \"committeebits\" does not exist (SQLSTATE 42703)" error type="*errors.errorString" file=slot.go function=Slot info=GetSlotPageData module=handlers route=/slot/154880

ohko4711 avatar Jul 03 '25 08:07 ohko4711

I got the same log in the frontend service.

mxmar avatar Sep 11 '25 11:09 mxmar

https://github.com/gobitfly/beaconchain/blob/staging/backend/pkg/commons/db/migrations/postgres/20250131063102_pectra_tables.sql I found some missing DB migration SQL here, it might be helpful to you @mxmar

ohko4711 avatar Sep 15 '25 03:09 ohko4711