Cosmosvisor is a process manager for Cosmos SDK application binaries that monitors the governance module for incoming chain upgrade proposals. If a proposal is approved, cosmosvisor can automatically download the new binary, stop the current one, switch to the new binary, and restart the node with the new binary.
Download and build binaries
cd $HOME
git clone https://github.com/initia-labs/initia.git
cd initia
git checkout v0.2.14
make install
cd $HOME
mkdir -p ~/.initiad/cosmovisor/upgrades/v0.2.14/bin
mv $HOME/go/bin/initiad ~/.initiad/cosmovisor/upgrades/v0.2.14/bin/