influxdb icon indicating copy to clipboard operation
influxdb copied to clipboard

backup and recovery

Open myskybeyond opened this issue 7 months ago • 1 comments

does influxdb3 core have a backup and recovery solution?

I tried use influxdb3 query command setting --output /path/table.parquet,and want to use infulxdb3 write command to write into,but found influxdb3 write command only support Line Line protocol.now i'm doubt.

foward for your replay.

myskybeyond avatar Jun 11 '25 07:06 myskybeyond

Right now there's nothing built in. But if you copy the everything under node_id prefix to another directory, start up a server with that changed node_id to the directory you copied into, it'll start up and work.

Can you give a bit more detail about what your backup & recovery needs are?

pauldix avatar Jun 11 '25 13:06 pauldix

Right now there's nothing built in. But if you copy the everything under node_id prefix to another directory, start up a server with that changed node_id to the directory you copied into, it'll start up and work.

Can you give a bit more detail about what your backup & recovery needs are?

once influxdb.service or the server down can fast switch,in real project we need

myskybeyond avatar Jun 26 '25 02:06 myskybeyond