eclipse / hawkbit

Eclipse hawkBit™
https://projects.eclipse.org/projects/iot.hawkbit
Eclipse Public License 2.0
444 stars 186 forks source link

Help needed: How to migrate complete Hawkbit instance data to another hawkbit instance #1726

Closed nvenkatesh207 closed 2 months ago

nvenkatesh207 commented 2 months ago

Need help: please help with the steps to follow to migrate my existing Hawkbit instance data to another new Hawkbit instance

nvenkatesh207 commented 2 months ago

I'm able to connect MySQL using command

mysql -h localhost -P 3306 --protocol=tcp -u root

With this command I've connect to hawkbit instance and there by extracted data from there on. Instead of localhost you can use your instance details in the above command.