Difference between revisions of "Influxdb v2"
Jump to navigation
Jump to search
(Created page with "https://docs.influxdata.com/influxdb/v2.2/tools/grafana/") |
|||
Line 1: | Line 1: | ||
https://docs.influxdata.com/influxdb/v2.2/tools/grafana/ | https://docs.influxdata.com/influxdb/v2.2/tools/grafana/ | ||
+ | |||
+ | |||
+ | # backup restore | ||
+ | |||
+ | ``` | ||
+ | influx backup --org archive --bucket loadtesting/autogen --host https://infuxdb.src.io:8086/ --token <MYADMINTOKEN> backups/archive-loadtesting | ||
+ | ``` | ||
+ | |||
+ | ``` | ||
+ | influx restore --org archive --bucket loadtesting/autogen --host https://influxdb.dst.io:8086/ --token <MYADMINTOKEN> backups/archive-loadtesting | ||
+ | ``` |
Revision as of 04:49, 10 June 2022
https://docs.influxdata.com/influxdb/v2.2/tools/grafana/
backup restore
influx backup --org archive --bucket loadtesting/autogen --host https://infuxdb.src.io:8086/ --token <MYADMINTOKEN> backups/archive-loadtesting
influx restore --org archive --bucket loadtesting/autogen --host https://influxdb.dst.io:8086/ --token <MYADMINTOKEN> backups/archive-loadtesting