Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

eckardt/influxdb-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB backup and restore

Utility tools to backup and restore InfluxDB databases.

influxdb-dump dumps all series from an InfluxDB to a file.

influxdb-restore writes all series from a file to an InfluxDB.

Installation

You need a Go development environment. To install to $GOPATH/bin do:

$ go get github.com/eckardt/influxdb-backup/...

Usage

To copy all datapoints (all series) from one database to another do:

$ influxdb-dump -database oldDB | influxdb-restore -database newDB

See influxdb-dump -help for more usage information.

License MIT

About

Backup and Restore for InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages