πŸ†™ Upgrade

πŸ’‘ How it works?

Manual Upgrade - simply copy and paste the code into the terminal.

Planned Upgrade - set up tmux with the provided code, copy the planned upgrade code, paste it into the terminal, after which a tmux session will automatically start counting down to the required block for the upgrade, after which the session will end. At this point, you can detach the session or log out of your server, everything will continue to work in the background. Upon running the script, you will receive all the necessary prompts for exiting, attaching, and viewing active tmux sessions. Useful commands TMUX:

tmux ls - view tmux sessions tmux attach -t "session_name" - connect to an existing session tmux kill-session -t "session_name" - close the tmux session Press Ctrl + b, release and press D to collapse the session you are in.

βš™οΈ v3.2.0

Version: v3.2.0

Height: 2040238

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v3.2.0
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v310 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 2040238 v3.2.0 lavad"

βš™οΈ v3.1.0

Version: v3.1.0

Height: 1812600

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v3.1.0
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v310 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1812600 v3.1.0 lavad"

βš™οΈ v3.0.1

Version: v3.0.1

Height: 1786000

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v3.0.1
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v301 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1786000 v3.0.1 lavad"

βš™οΈ v2.5.0

Version: v2.5.0

Height: 1738800

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v2.5.0
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v250 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1738800 v2.5.0 lavad"

βš™οΈ v2.1.3

Version: v2.1.3

Height: 1407000

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v2.1.3
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f --no-hostname -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v213 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1407000 v2.1.3 lavad"

βš™οΈ v2.1.1

Version: v2.1.1

Height: 1369750

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v2.1.1
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f --no-hostname -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v200 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1369750 v2.1.1 lavad"

βš™οΈ v2.0.0

Version: v2.0.0

Height: 1191150

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v2.0.0
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f --no-hostname -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v200 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1191150 v2.0.0 lavad"

βš™οΈ v1.2.0

Version: v.1.2.0

Height: 1048000

πŸ”§ Manual Upgrade

Update manually only if your node has reached the specified block above.

sudo systemctl stop lavad

cd && rm -rf lava
git clone https://github.com/lavanet/lava
cd lava || return
git checkout v1.2.0
make install-all

sudo systemctl start lavad
sudo journalctl -u lavad -f --no-hostname -o cat

⏱️ Planned upgrade

  1. Install dependecies(only 1 time)

sudo apt update
sudo apt install -y tmux
  1. Run autoupgrade script

tmux new -s lava-testnet-v120 "bash <(curl -s https://raw.githubusercontent.com/UnityNodes/scripts/main/planned-upgrade.sh) lava lava-testnet-2 1048000 v1.2.0 lavad"

Last updated