dolt icon indicating copy to clipboard operation
dolt copied to clipboard

More frequent `UpdateManifest failed` errors when pushing to DoltHub

Open LaPingvino opened this issue 1 month ago • 2 comments

With the database https://www.dolthub.com/repositories/holywritings/bahaidata on checkout 1rjkfjgdultskt2aafj3en2vpt861h3d I did an ALTER TABLE pages MODIFY COLUMN comment VARCHAR(1000), which resulted in the error "unknown push error; rpc error: code = Internal desc = UpdateManifest failed".

Waiting a bit resulted in a successful push a bit later.

LaPingvino avatar Nov 10 '25 19:11 LaPingvino

This is likely a transient error but we'll see if it is reproducible.

timsehn avatar Nov 10 '25 20:11 timsehn

I just got an update manifest push error when pushing my wikipedia database. I don't think this is related to the changes.

$ dolt push
\ Uploading...Error 1105 (HY000): unknown push error; rpc error: code = Internal desc = UpdateManifest failed

The second push was very fast and succeeded.

timsehn avatar Nov 11 '25 18:11 timsehn