Documentation

influxd restore

This page documents an earlier version of InfluxDB. InfluxDB v2.6 is the latest stable version. See the equivalent InfluxDB v2.6 documentation: influx restore.

The influxd restore command restores backup data and metadata from an InfluxDB backup directory.

Shut down the influxd server before restoring data.

Usage

influxd restore [flags]

Flags

FlagDescriptionMaps To
-portableActivate portable restore mode, which consumes files in an improved Enterprise-compatible format that includes a manifest. If not specified, the legacy restore mode is used.INFLUXDB_CONFIG_PATH
-hostInfluxDB OSS host to connect to where the data will be restored
-dbName of database to be restored from the backup (InfluxDB OSS or InfluxDB Enterprise).
-newdbName of the InfluxDB OSS database to import archived data into. Optional. If not specified, then the value of -db <db_name> is used. The new database name must be unique to the target system.
-rpName of retention policy to restore. Optional. Requires that db is specified.
-newrpName of retention policy to restore to. Optional. Requires that -rp is specified.
-shardShard ID to restore. Optional. Requires that -db and -rp are specified.

Was this page helpful?

Thank you for your feedback!


Set your InfluxDB URL

Linux Package Signing Key Rotation

All signed InfluxData Linux packages have been resigned with an updated key. If using Linux, you may need to update your package configuration to continue to download and verify InfluxData software packages.

For more information, see the Linux Package Signing Key Rotation blog post.

State of the InfluxDB Cloud (IOx) documentation

The new documentation for InfluxDB Cloud backed by InfluxDB IOx is a work in progress. We are adding new information and content almost daily. Thank you for your patience!

If there is specific information you’re looking for, please submit a documentation issue.