timescale / outflux

Export data from InfluxDB to TimescaleDB
Apache License 2.0
90 stars 22 forks source link

Adding an "append" option to the --schema-strategy #86

Open lukas-bernert opened 3 years ago

lukas-bernert commented 3 years ago

Is it possible to add support for an append option for the --schema-strategy parameter?

Example of what the syntax would look like if implemented --schema-strategy=Append

./outflux migrate dbmetrics cpu disk mem processes system --output-conn='dbname=dbmetrics user=monitor password=monitor' --schema-strategy=Append

There doesn't seem to be a command in the GoLang language to accomplish that.