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

Sync between 2 dbs with the same name #36

Closed mustafah009 closed 4 years ago

mustafah009 commented 4 years ago

Hi,

Can you please clarify how should the config file look if we have 2 DBs, a master and a slave, that have the same db name (live in 2 different servers) and need to be sync'd in HA? From my testing, it seems Syncflux is assuming the last DB on the config file list as both master and slave, so no sync occurs.

Thanks

mustafah009 commented 4 years ago

This was due to an improper test scenario, all working fine.