Upgrade
Install the most recent version of Roller
curl -L https://dymensionxyz.github.io/roller/install.sh | bashStop the Roller services
sudo systemctl stop relayer
sudo systemctl stop sequencer
sudo systemctl stop da-light-clientExecute the migrate command
migrate commandroller migrateRestart the Roller services
sudo systemctl start da-light-client
sudo systemctl start sequencer
sudo systemctl start relayerLast updated