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 a new upgrade happens Cosmovisor can't find the proper folder path if plan name (upgrade name) contains capital letters.
In example, we perform the upgrade with plan name "strangeBuddheads" and Cosmovisor was looking for "strangebuddheads".
Aug 11 19:10:31 seed1.bitcanna.io cosmovisor[109539]: Error: binary not present, downloading disabled: cannot stat dir /home/raul/.bcna/cosmovisor/upgrades/strangebuddheads/bin/bcnad: stat /home/raul/.bcna/cosmovisor/upgrades/strangebuddheads/bin/bcnad: no such file or directory
Aug 11 19:10:31 seed1.bitcanna.io cosmovisor[109539]: 7:10PM ERR error="binary not present, downloading disabled: cannot stat dir /home/raul/.bcna/cosmovisor/upgrades/strangebuddheads/bin/bcnad: stat /home/raul/.bcna/cosmovisor/upgrades/strangebuddheads/bin/bcnad: no such file or directory" module=cosmovisor
While the plan name was "strangeBuddheads"
2:24PM INF ABCI Replay Blocks appHeight=4490419 module=consensus stateHeight=4490419 storeHeight=4490420
2:24PM INF Replay last block using real app module=consensus
2:24PM INF applying upgrade "strangeBuddheads" at height: 4490420
2:24PM INF adding a new module: authz
2:24PM INF minted coins from module account amount=4465309ubcna from=mint module=x/bank
Version
v1.2
Steps to Reproduce
Send a proposal for to upgrade the network. Name the plan "strangeBuddheads" or any other that contains capital letters.
Setup the folders for cosmovisor and the binary
Wait for the upgrade and check if Cosmovisor looks in the proper folder path.
The text was updated successfully, but these errors were encountered:
RaulBernal
added a commit
to BitCannaGlobal/bcna
that referenced
this issue
Aug 12, 2022
Summary of Bug
When a new upgrade happens Cosmovisor can't find the proper folder path if plan name (upgrade name) contains capital letters.
In example, we perform the upgrade with plan name "strangeBuddheads" and Cosmovisor was looking for "strangebuddheads".
While the plan name was "strangeBuddheads"
Version
v1.2
Steps to Reproduce
The text was updated successfully, but these errors were encountered: