For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upgrade

v2.3.2.0

Stop your node

sudo systemctl stop availd.service
cd avail
sudo apt update
sudo apt upgrade

Remove avail-node and download the latest binary

rm -rf avail-node
wget https://github.com/availproject/avail/releases/download/v2.3.4.0/x86_64-ubuntu-2204-avail-node.tar.gz

Extract the file

tar -xf x86_64-ubuntu-2204-avail-node.tar.gz

Restart the node & Check Service Logs

sudo systemctl restart availd.service & journalctl -u availd.service -f

Last updated