[Resolved] Database error receiving webhook with alpha 4

I am running the drone/drone:0.9.0-alpha.4-linux-arm image on an ARM device. When Github issues a webhook for a commit, Drone is returning the following error.

With Postgres:

{"message":"pq: value \"-62135596800\" is out of range for type integer"}

With MySQL:

Error 1264: Out of range value for column 'build_timestamp' at row 1

With the default sqlite driver, it works.

(I created a fresh installation each time.)

I think I pushed a fix, if you try 1.0.0-rc.1

1 Like

@bradrydzewski Thanks for the quick response, the fix works!

Also amazed to see 1.0 is finally coming :grinning: