Closed robinboening closed 3 years ago
Unfortunately I after the DB migration, while syncing, I got this error at 95%
MuxError (MuxIOException writev: resource vanished (Broken pipe)) "(sendAll errored)"
cardano-cli: MuxIOException writev: resource vanished (Broken pipe) "(sendAll errored)"(standard_in) 2: syntax error
The node restarted and I got this 😞
[1223e770:cardano.node.ChainDB:Error:5] [2021-04-10 01:18:59.79 UTC] Invalid snapshot DiskSnapshot {dsNumber = 25124630, dsSuffix = Nothing}InitFailureRead (Read Failed (DeserialiseFailure 247076112 "end of input"))
Do you still get this error message? I tried starting the node with the new version and it works for me
I just pulled a DB from one of my relay nodes to my local machine. I am currently running the 1.26.1 on that DB locally.
block replay progress (%) = 52.0
I'll need to keep watching it for a little while longer. I'll let you know.
With the freshly pulled DB it finally worked 😅
This PR includes changes required to run cardano-node v1.26.1.
I've successfully built the Docker image based on this PR.
Once the cardano-node starts the DB migration immediately starts as well. Please see the release notes for details https://github.com/input-output-hk/cardano-node/releases/tag/1.26.1
On my local machine the DB migration took about 1.5h with a 3,1 GHz Intel Core i5. I suggest following the steps mentioned in the release notes to mitigate downtime when upgrading live nodes.