toni-moreno / syncflux

SyncFlux is an Open Source InfluxDB Data synchronization and replication tool for migration purposes or HA clusters
MIT License
154 stars 34 forks source link

[Feature Request] Granular ha sync #59

Open Dody56 opened 1 year ago

Dody56 commented 1 year ago

In my use case, I need to sync multiple same DB (from multiple host) to a centralized host with specific db for each host.

So, it could be interested in hamonitor mode to use -db -newdb args for specific db source and specific db dest.

A quick read of code seems to evaluate as not possible for the moment. What do you think about it ?

I can look about a making a pull request about it. Thx Dody