Two influxDBs are remote. And one of the two went down and woke up again. Is there a way to synchronize two influxDBs? (db mirroring)
Hi ,
Do you mean like in backup/restore and
export/import ?
1 Like
Hi , welcome
do you mean like in backup/restore and
export/import ?
Or InfluxDB Enterprise Edition ?
1 Like
There are A server and B server. A server is dead. Writing to server B is in progress. At this time, the A server survived. How do I synchronize write queries on server B?
Outside of the enterprise product you cannot “sync” the data across multiple nodes unless you literally copy the data files over.
The closest you can get is to write to multiple locations from our data sources, or to use some kind of relay system like this one here:
1 Like
can i use this to write data in postgrest? because i need to write data in influx and postgrest