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] Support uint64 columns #44

Closed ptoews closed 4 years ago

ptoews commented 4 years ago

Currently, if a copy of an influx database with uint64 typed columns is attempted, these columns are skipped and the log shows WARN[2020-10-10 16:32:49] Unhandled type &{data unsigned} in field data measuerment can.

I will see if I can fix this in a PR.