i have to copy the measurement data from influxdb to postgres i found this article, Using Flux to Write Data Out to SQL Data Stores | InfluxData
i’m working with influxdb in a docker container, i opened the command line client but i could not run any queries using flux, when i try to run a flux query it print " ERR: error parsing query: found FROM, expected SELECT… "
someone can tell me why? how can i install flux in influxdb container? Does this procedure only apply to the enterprise version?