influxd downgrade
This page documents an earlier version of InfluxDB. InfluxDB v2.7 is the latest stable version. View this page in the v2.7 documentation.
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.
Run this command prior to downgrading the influxd
binary.
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
Related
当前内容版权归 jasper-zhang 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 jasper-zhang .