cosmovisor
is a small process manager for Cosmos SDK application binaries that monitors the governance module for incoming chain upgrade proposals. If it sees a proposal that gets approved, cosmovisor
can automatically download the new binary, stop the current binary, switch from the old binary to the new one, and finally restart the node with the new binary.0.1.0
of cosmovisor
.cosmovisor
binary.cosmovisor
in path $GOPATH/bin
.export DAEMON_HOME=$HOME/.panacea
export DAEMON_NAME=panacead
false
.libwasmvm.so
)export DAEMON_RESTART_AFTER_UPGRADE=true
panacead
mainnet version. (v2.0.1)cosmovisor
.cosmovisor
.cosmovisor
is applied as the mainnet version normally.panacead
and run it with cosmovisor
.2021-10-01T07:00:00Z
) arrives, the upgrade will automatically proceed to v2.0.2.panacead
mainnet version. (v2.0.1)cosmovisor
.