Export all existing data from bucket influxDB Cloud

Hi all,

In short, I want an export file of all time series data from our production buckets as a back up and for testing.

I believe we are using an influxDB Cloud 3 instance. Because of this I can’t do the influx export all or influx export buckets options. It seems like the only option left it to manually export all of the data in chunks directly via the data explorer? Happy to learn that I am missing something obvious or if I do just need to do multiple exports in chunks.

Thanks,

Ronan

Yes, or you can programatically query (read) the data and write it out using client library for your favourite programming language.