INFLUXD-RESTORE(1) | INFLUXD-RESTORE(1) |
NAME¶
influxd-restore - Restores databases or specific shards to an InfluxDB OSS instance from the specified PATH. Complete documentation for the '-portable' restore method described here, and the deprecated legacy restore format, is located here: https://docs.influxdata.com/influxdb/latest/administration/backup_and_restore/
SYNOPSIS¶
influxd restore -portable [options] PATH
DESCRIPTION¶
Uses backup copies from the specified PATH to restore databases or specific shards from InfluxDB OSS or InfluxDB Enterprise to an InfluxDB OSS instance.
OPTIONS¶
Note: Restore using the -portable option consumes files in an improved Enterprise-compatible format that includes a file manifest.
-portable
-host <host:port>
-db <db_name>
-newdb <newdb_name>
-rp <rp_name>
-newrp <newrp_name>
-shard <shard_id>
PATH Path to directory containing the backup files.
SEE ALSO¶
BUGS¶
Report bugs to the GitHub issue tracker https://github.com/influxdata/influxdb.
AUTHORS¶
InfluxDB is written and maintained by InfluxData https://influxdata.com.
COPYRIGHT¶
InfluxDB is released under the MIT license.
This man page is released under Creative Commons Attribution 4.0 International License.
11/16/2024 |