Comment 1 for bug 1719891

Revision history for this message
Herb McNew (herb) wrote :

See https://docs.influxdata.com/influxdb/v1.3/administration/backup_and_restore/

Key points:

* The above page talks about backing up the metastore as a distinct entity, but that isn't necessary. When you back up a particular database it gets the metastore along with it.

* You must create per-database backups. There isn't a way to dump all the databases to a single set of files.

* The command to dump a backup is "influxd backup -database <dbname> <filesystem-location>"

* Influx backups to the same location are incremental backups. I suspect we want to support both incremental and full backups (but perhaps only ship full backups offsite?)

* To enumerate the databases from the command line use "influx -execute 'show databases'"