Upgrade to InfluxDB 1.8.x

We recommend enabling Time Series Index (TSI) (step 3 of Upgrade to InfluxDB 1.8.x). Switch between TSM and TSI as needed. To learn more about TSI, see:

Note: The default configuration continues to use TSM-based shards with in-memory indexes (as in earlier versions).

Upgrade to InfluxDB Enterprise

To upgrade from InfluxDB OSS to InfluxDB Enterprise, contact InfluxData Sales and see Migrate to InfluxDB Enterprise.

Upgrade to InfluxDB 1.8.x

  1. Download InfluxDB version 1.8.x and install the upgrade.

  2. Migrate configuration file customizations from your existing configuration file to the InfluxDB 1.8.x configuration file. Add or modify your environment variables as needed.

  3. To enable TSI in InfluxDB 1.8.x, complete the following steps:

    a. If using the InfluxDB configuration file, find the [data] section, uncomment index-version = "inmem" and change the value to tsi1.

    b. If using environment variables, set INFLUXDB_DATA_INDEX_VERSION to tsi1.

    c. Delete shard index directories (by default, located at /<shard_ID>/index).

    d. Build TSI by running the influx_inspect buildtsi command.

    Note Run the buildtsi command using the user account that you are going to run the database as, or ensure that the permissions match afterward.

  4. Restart the influxdb service.

Switch index types

Switch index types at any time by doing one of the following:

Downgrade InfluxDB

To downgrade to an earlier version, complete the procedures above in Upgrade to InfluxDB 1.8.x, replacing the version numbers with the version that you want to downgrade to. After downloading the release, migrating your configuration settings, and enabling TSI or TSM, make sure to rebuild your index.

Note: Some versions of InfluxDB may have breaking changes that impact your ability to upgrade and downgrade. For example, you cannot downgrade from InfluxDB 1.3 or later to an earlier version. Please review the applicable version of release notes to check for compatibility issues between releases.

Upgrade InfluxDB Enterprise clusters

See Upgrading InfluxDB Enterprise clusters.