You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very briefly looking at the codebase, I suppose vmctl would need to use the new version of the official influxdb client or bring in the changes some other way.
Alternatively, it would be good to mention that >2.0 is not supported.
Hi @jonppe! Thanks for the issue and your own implementation for this!
I'm not familiar with influxdb and everything which happens to it. Migration from v1 was implemented just by reading the docs and trying things for the first time. I wasn't aware there is a v2. Thanks for pointing this out!
I briefly looked at v2 and new go client. This all seems like a totally new piece of software to me and may take additional time to investigate. So far I'll just outline that vmctl does not support influxdb v2.x and will recommend your solution instead- pls see 2d95427
Once again thank you for the issue and alternative implementation. I guess, I'll use it as reference when working on v2 support.
InfluxDB 2 has been out for a while and I think vmctl does not properly support that.
The result I'm seeing is:
Very briefly looking at the codebase, I suppose vmctl would need to use the new version of the official influxdb client or bring in the changes some other way.
Alternatively, it would be good to mention that >2.0 is not supported.
If anyone else faces the same issue maybe this Python script is good enough alternative
https://github.com/jonppe/influx_to_victoriametrics
The text was updated successfully, but these errors were encountered: