↔️ Migrate node

🔗 Official Documentation

https://voinetwork.github.io/voi-swarm/migrating/#installing-on-a-new-server

📌 Step 1: Enter the node installation command on the new server:

export VOINETWORK_IMPORT_ACCOUNT=1
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"

📌 Step 2: Delete the old node on server 1

docker stop $(docker ps -q --filter "name=voinetwork") && docker rm $(docker ps -a -q --filter "name=voinetwork") && rm -rf $HOME/voi

📌 Step 3: Execute the command on the old server if you did not save GUIDE,telementry name

sudo ALGORAND_DATA=/var/lib/algorand diagcfg telemetry status

Copy the data.

📌 Step 4: Run the following command on the new server and replace the required values

~/voi/bin/set-telemetry-name telemetry-name telemetry-guid

📌 Step 5: Restart the node

~/voi/bin/goal node restart

📌 Step 6: Check if your node is working properly by following the instructions

Check this guide - "📌Step 5: Checking the status of the node" and make sure your node is working fine

Last updated