MewNode
  • 🤚About us
  • Newbie
    • VPS cho người bắt đầu
    • Các công cụ cần thiết
  • Testnet
    • Dymension
      • Install
      • Upgrade
      • Commands
    • PowerLoom
      • Install
    • PWR
      • Install
    • Avail
      • Run an Avail Validator Goldberg Full Node
    • Namada
      • Installation
      • Upgrade
      • Commands
Powered by GitBook
On this page
  • Install the most recent version of Roller
  • Stop the Roller services
  • Execute the migrate command
  • Restart the Roller services
  1. Testnet
  2. Dymension

Upgrade

Install the most recent version of Roller

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

Stop the Roller services

sudo systemctl stop relayer
sudo systemctl stop sequencer
sudo systemctl stop da-light-client

Execute the migrate command

roller migrate

Restart the Roller services

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

Last updated 1 year ago