Export data from 1.8 and import them in 2.7

Hi,

is it possible to export data (defined timeframe from a measurement) from influxdb 1.8 (server1)
to a server 2 with an influxdb version 2.7?

Is there a guide?

BR

Hello @fuba77,
Yes you can follow this:

Or you can enable Flux and export the data to CSV and then upload to 2.x

Or you can use the to() function: