Skip to main content

Galactica Upgrade

Manual upgrade

Loading data...
cd $HOME && rm -rf galactica && \
git clone https://github.com/Galactica-corp/galactica.git && cd galactica && \
git checkout v0.2.7 && \
make build && \
chmod +x build/galacticad && \
sudo mv build/galacticad $(which galacticad) && \
sudo service galacticad restart && \
sudo journalctl -fu galacticad -o cat

Cosmovisor upgrade

Choose this method only if you're using Cosmovisor to manage binaries and automate chain upgrades.

cd $HOME && rm -rf galactica && \
git clone https://github.com/Galactica-corp/galactica.git && cd galactica && \
git checkout v0.2.7 && \
make build && \
chmod +x build/galacticad && \
mkdir -p $HOME/.galactica/cosmovisor/upgrades/0.2.7/bin && \
mv build/galacticad $HOME/.galactica/cosmovisor/upgrades/0.2.7/bin/