[ Tutorial ] 10/14 solve pherry can not start with Metadata error
Step 1: Update the latest docker image of Pherry
sudo docker stop phala-pherry
sudo docker rm phala-pherry
sudo docker pull phalanetwork/phala-pherry:latest
sudo phala start
sudo docker system prune
Step 2: Update console.js to fix status
sudo rm /opt/phala/console.js
sudo wget https://raw.githubusercontent.com/Phala-Network/solo-mining-scripts/main/console.js -O /opt/phala/console.js
sudo phala status
Step 3: Restart Pherry to complete the on-chain upgrade for opening the ERC20<->Khala bridge:
Please execute as follow:
sudo docker restart phala-pherry