luisgs7
1
Hello, I need to migrate devices from balena cloud to open balena, but I would like to know how to carry out this activity.
I already know that the balena join command is used, but what is the syntax of the command to migrate a device from balena cloud to open balena?
Thanks
Maurits
2
You have to be on the same network and configure your balena CLI to use the Open Balena server. Then you use the join command with IP of the device.
balena join 192.168.1.25 --fleet MyFleet
And that should be it. You might have to restart it, I can’t really remember.