Comment on page
Migrate to another Rollup
Step 1: Withdraw your staking from the old Rollup.
- Connect your wallet
- Click withdraw

- Confirm in your wallet
Step 2: Stop your miner and clear the data of old Rollup.
- Enter into your aggregator server
- Change to the project directory of the aggregator service
cd 'directory of your aggregator service'
- Use the command
sudo docker-compose -f docker-compose.yml down
to stop the miner and clear the data (Once you have executed the command, the data of the old Rollup will be gone. Make sure you have submitted all of your pending proofs. And if you need to run a miner on the old Rollup again, you will need to re-synchronize the data.)
Last modified 1mo ago