# 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
```
