Upgrade Guide (explorer nodes)
This guide is intended specifically for explorer nodes.
Step 1 - Stop all running containers
sudo docker stop $(sudo docker ps -q)Step 2 - Pull the latest quickstart script
cd <to quickstart.sh location>
wget -O quickstart.sh https://raw.githubusercontent.com/mochainapp2/MO/master/scripts/quickstart.shStep 3 - Upgrade your DB using OEs upgrade tool
Step 4 - Update Client version in env file and rerun quickstart
vim .env
Add the following (without quotes) "CLIENT=OE"
Save and exit :w :q
sudo ./quickstart.shStep 5 - Verify Upgrade
Last updated