InfluxDB Releases
Track every InfluxDB release from latest stable to end-of-life. Version timelines, architecture shifts, query language evolution, and migration guidance.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Lifecycle Timeline
Visual overview of active support and maintenance windows.
Upgrade Paths
Migration guidance between major versions — breaking changes, effort estimates, and tips.
Breaking Changes
- New data model: databases→buckets, retention policies→bucket retention
- Flux query language (InfluxQL still supported)
- Token-based authentication replaces username/password
- Organizations and users model
- Continuous queries replaced by Tasks
- Kapacitor functionality partially merged
Migration Notes
Use the influx upgrade CLI tool for in-place upgrade of OSS. The tool migrates databases to buckets, users to tokens, and continuous queries to tasks. Telegraf configs need DBRP mapping updates. Budget significant time for Flux query migration if moving off InfluxQL.
Breaking Changes
- Completely new storage engine (Arrow/DataFusion/Parquet)
- Flux query language deprecated (use SQL or InfluxQL)
- No in-place upgrade — parallel deployment required
- API changes (v3 write API)
- New partitioning and retention model
Migration Notes
This is NOT an upgrade, it is a migration to a new system. Export data from 2.x, reimport into 3.0. Rewrite Flux queries to SQL or InfluxQL. Deploy 3.0 in parallel, validate, then cut over. The new engine is significantly faster but the migration is substantial.
Version Risk Assessment
Evaluate risk factors before choosing a version for production.
| Version | EOL Risk | CVE Risk | Ecosystem | Cloud Support | Overall | Recommended Action |
|---|---|---|---|---|---|---|
| InfluxDB 1.x | Critical | Medium | EOL | Dropped | Critical | EOL — migrate to 2.x or directly to 3.0 |
| InfluxDB 2.x | Medium | Low | Maintenance | Full | Medium | Supported but Flux is deprecated — plan 3.0 migration |
| InfluxDB 3.0 | None | Low | Active | Full | Low | Current — recommended for new deployments |
Risk combines EOL status, query language deprecation, and architecture migration effort. Assessed as of March 2026.
Architecture Comparison
Side-by-side feature differences across major versions.
| Feature | 1.x | 2.x | 3.0 |
|---|---|---|---|
| Storage engine | TSM | TSM | Arrow/Parquet |
| Query languages | InfluxQL | Flux + InfluxQL | SQL + InfluxQL |
| Data model | Database/RP | Org/Bucket | Database/Table |
| Web UI | Chronograf | Built-in | Built-in |
| Authentication | User/pass | Tokens | Tokens |
| Clustering (OSS) | No | No | Community Edition |
| License | MIT | MIT (OSS) | Apache 2.0 / MIT |
| Compression ratio | Good | Good | Excellent (Parquet) |
Embed Badges
Add live InfluxDB status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about InfluxDB releases and lifecycle.