BARDIA@bardia·Mar 26

⭕️An important software update:

In order to maintain connectivity and ensure optimal performance, it is necessary for all node operators to upgrade their nodes as per the instructions provided below:

First you must be in cd home folder: 

cd ~

Then backup your node:

docker cp muon-node:/usr/src/muon-node-js/.env ./backup.env

Then remove old node:

docker stop muon-node redis mongo 

docker rm muon-node redis mongo 

rm muon-node-js -rf

Then install new node:

curl -o docker-compose.yml [raw.githubusercontent.com/muon-protocol/muon-node-js/testnet/docker-compose-pull.yml](https://raw.githubusercontent.com/muon-protocol/muon-node-js/testnet/docker-compose-pull.yml`)

docker-compose pull

docker-compose up -d

Then restore the backup:

docker cp backup.env muon-node:/usr/src/muon-node-js/backup.env

docker exec -it muon-node ./node_modules/.bin/ts-node ./src/cmd keys restore backup.env

docker restart muon-node

By following these steps, your node will be upgraded, and you can continue contributing to the network without any issues.
please collect & Mirrores
#BARDIA

Post by @bardia.lens