docs-v2/content/influxdb/v2/reference/cli/influxd/downgrade.md

1.7 KiB

title description menu weight related
influxd downgrade The `influxd downgrade` command downgrades the metadata schema used by `influxd` to match the schema of an older release.
influxdb_v2
parent
influxd
201
/influxdb/v2/install/upgrade/downgrade/

Use the influxd downgrade command to downgrade the metadata schema used by influxd to match the metadata schema of a older release.

InfluxDB does not guarantee backwards-compatibility with earlier releases. Attempting to start an older influxd binary with a BoltDB or SQLite file that has been migrated to a newer schema will result in a startup error. This command downgrades metadata schemas to match the schemas of an older release and allows the older influxd binary to boot successfully.

{{% note %}} Run this command prior to downgrading the influxd binary. {{% /note %}}

Usage

influxd downgrade [flags] <target-version>

Flags

Flag Description Input type
--bolt-path Path to BoltDB database (default is ~/.influxdbv2/influxd.bolt) string
-h --help Help for downgrade
--log-level Log level (debug, info (default), warn or error) string
--sqlite-path Path to SQLite database (default is influxd.sqlite in the bolt path directory) string

Examples

Downgrade to InfluxDB 2.0
influxd downgrade 2.0