Hi there!
We are currently using an InfluxDB 2.x Cloud TSM instance on AWS.
Now, our customer wants to migrate the InfluxDB 2.x from one server to another as a same InfluxDB 2.x. The total data could be around 30 to 40 TB.
For that I have done a lot of research on that, but end up in some of the following options
- Influx backup and restore - Which only have the option to backup and restore the entire data, which is practically not possible for the data we have.
- Influx Telegraf - Which one the wonderful tools in InfluxDB, but it does not have an Input Plugin for its own InfluxDB. It has only the output plugin.
- Influx query and write - Which is the option currently we have in our hands - as it supports to write across server, ORG and etc. But the cons are it is much slower and the files or .lp format is much larger than the actual data - which forces us to increase the infra we have.
- Influxd inspect backup -lp - same as the Influx query and write.
If you have any solution for the above scenario kindly update them ASAP.
Any help is appreciated, thanks!
