You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 text was updated successfully, but these errors were encountered: