Move data from Influx V1 to Influx V2

Not sure if this is recreating the wheel but could you stream data from your 1.x db using
influx_inspect export” to Telegraf or a Telegraf Gateway. Then have Telegraf send that data to your 2.x db? This way you could avoid the disk IO of reading/writing csv files and Telegraf would to all the hard work of data batching and transport.

1 Like