一、背景
二、实现
模版
influx_inspect export -datadir "D:/WindowsService/Influxdb/data" -waldir "D:/WindowsService/Influxdb/wal" -out "D:/202311_lcq" -database 要导出的库 -start 2023-11-01T08:00:00Z -end 2023-11-02T08:00:00Z -compress
注意 这个时间格式 2023-11-01T08:00:00Z 是 会提早8个小时,所以2023-11-01T08:00:00Z 是 2023-11-01 00:00:00
导出
influx_inspect export -datadir "D:/WindowsService/Influxdb/data" -waldir "D:/WindowsService/Influxdb/wal" -out "D:/202311_lcq" -database water_purification_plant -start 2023-11-01T08:00:00Z -end 2023-11-02T08:00:00Z -compress
导入
influx -import -path=202201 -precision=ns