Was still on v0.9.4 (Server Netmaker1 v0.9.4) Want...
# upgrades
v
Was still on v0.9.4 (Server Netmaker1 v0.9.4) Wanted to go to v0.12.0 and move my Nodes as well. Access to Nodes only through old Netmaker. Thanks to @User we came up with something like this: -Setup a new Server (Netmaker2 v0.12.0) -Setup Networks -Access all nodes you want to move one by one and run:
Copy code
#!/bin/sh
####INSTRUCIONS#########
#sudo nano nmupdate.sh
#insert ALL of this
#run: sudo chmod +x nmupdate.sh
#run: sudo ./nmupdate.sh AccessTokenFromNetmakerDashboard
####END INSTRUCIONS#########
sudo apt install curl bash
sudo /etc/netclient/netclient uninstall
sudo netclient uninstall
sudo curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/netclient-install.sh | VERSION=latest KEY=$1 sh -