Export data from InfluxDB

前端 未结 7 1740
盖世英雄少女心
盖世英雄少女心 2020-12-13 19:17

Is there a way (plugin or tool) to export the data from the database (or database itself) ? I\'m looking for this feature as I need to migrate a DB from present host to anot

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-13 19:35

    If you have access to the machine running Influx db I would say use the influx_inspect command. The command is simple and very fast. It will dump your db in line protocol. You can then import this dump using influx -import command.

提交回复
热议问题