Upgrade

Upgrade Steps

Install the most recent version of Roller

curl -L https://dymensionxyz.github.io/roller/install.sh | bash

Stop Roller services

CTRL + C on the screen you run your roller before
sudo systemctl stop relayer
sudo systemctl stop sequencer
sudo systemctl stop da-light-client

Migrate

roller migrate

Restart Roller services

roller run
sudo systemctl start da-light-client
sudo systemctl start sequencer
sudo systemctl start relayer

Last updated