Skip to main content
Aura Upgrade Guide

Aura Upgrade Guide

Chain ID:

aura_6322-2

Current Node Version:

v0.9.3

Clone Aura repository

cd $HOME
rm -rf aura-nw
git clone https://github.com/aura-nw.git
cd aura-nw
git checkout v0.9.3

Build binaries

make build

Prepare binaries for Cosmovisor

mkdir -p ~/.aura/cosmovisor/upgrades/v0.9.3/bin
mv build/aurad ~/.aura/cosmovisor/upgrades/v0.9.3/bin/
rm -rf build

Without Cosmovisor

Clone Aura repository

cd $HOME
rm -rf aura-nw
git clone https://github.com/aura-nw.git
cd aura-nw
git checkout v0.9.3

Build binaries

make install

Restart node and check logs

sudo systemctl restart aurad && sudo journalctl -u aurad -f --no-hostname -o cat