The reason this doesn’t work is because the data isn’t in line protocol, which is the format InfluxDB expects. You might try using the backup and restore feature rather than moving the data manually with files. Otherwise, you have to deal with the format of the data.
I just want to copy only one measurement from one influxdb server to another. The client query output doesn’t seem to support “line” format. Backup and restore doesn’t seem to support specifying a single measurement. Am I wrong? What would be the best way to accomplish this?