You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring cosmovisor according to documentation but loading a snapshot from a recent height, cosmovisor will fail to parse the different message and not respond by switching the binary.
Cosmos SDK Version
0.47.4
How to reproduce?
install a node with cosmovisor. place the genesis binary in COSMOVISOR_HOME/genesis/bin. place all required upgrade binaries in upgrades/vX.Y.Z/bin.
Restore a recent height snapshot, one that is expected to work with the latest version, making sure it is available under vX.Y.Z
Start cosmovisor
Expected behaviour:
cosmovisor parses the error message of trying to run with this recent height with a genesis binary and switches to the right binary.
Observed behaviour:
Cosmovisor does not parse the error message and will loop forever using the genesis binary.
said error message on our chain, may differ slightly per chain, with genesis version = 0.4.8:
Mar 09 15:01:47 redacted cosmovisor[16142]: panic: Wrong app version 0, upgrade handler is missing for v0.4.11 upgrade plan
Mar 09 15:01:47 redacted cosmovisor[16142]: goroutine 18 [running]:
(stack dump proceeds)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
When configuring cosmovisor according to documentation but loading a snapshot from a recent height, cosmovisor will fail to parse the different message and not respond by switching the binary.
Cosmos SDK Version
0.47.4
How to reproduce?
Expected behaviour:
cosmovisor parses the error message of trying to run with this recent height with a genesis binary and switches to the right binary.
Observed behaviour:
Cosmovisor does not parse the error message and will loop forever using the genesis binary.
said error message on our chain, may differ slightly per chain, with genesis version = 0.4.8:
Mar 09 15:01:47 redacted cosmovisor[16142]: panic: Wrong app version 0, upgrade handler is missing for v0.4.11 upgrade plan
Mar 09 15:01:47 redacted cosmovisor[16142]: goroutine 18 [running]:
(stack dump proceeds)
The text was updated successfully, but these errors were encountered: