Migrate from the default InfluxDB add-on on Docker install (like Synology) #48
iRonin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It took me longer than necessary to figure out that the migration tool is not provided.
Steps on Docker after you have VM add-on up and running in your HA install (I have the supervised on Synology):
cd /(just because the main executable VM is there)wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.103.0/vmutils-linux-386-v1.103.0.tar.gz- the current URL you can get from the Release pagetar -xzvf vmutils-linux-386-v1.103.0.tar.gz./vmctl-prod influx --influx-database homeassistant --influx-addr http://INFLUX_IP:8086 --influx-user USER --influx-password PWDYou get a nice progress info.
Sample query in the VMUI by HA entity id:
{entity_id="ENTITY_ID"}Beta Was this translation helpful? Give feedback.
All reactions