The persistence service currently uses the influxdb:1.8. The 2.0 version of InfluxDB was released in November 2020. The 1.x branch is still being maintained, but I couldn't find any info for how long.
2.0 does not work out of the box for our setup, so we have to put some effort into fixing the breaking changes.
There's a guide on how to upgrade from 1.x to 2.0 with Docker.
The persistence service currently uses the
influxdb:1.8. The 2.0 version of InfluxDB was released in November 2020. The 1.x branch is still being maintained, but I couldn't find any info for how long.2.0 does not work out of the box for our setup, so we have to put some effort into fixing the breaking changes.
There's a guide on how to upgrade from 1.x to 2.0 with Docker.