Difference between revisions of "Influxdb one-liners"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` influxd-v1 backup -portable -host 10.x.x.x:8088 -db loadtesting bkp-influxdb-10.x.x.x-loadtesting ```")
 
Line 1: Line 1:
 +
# V1
 
```
 
```
 
influxd-v1 backup -portable -host 10.x.x.x:8088 -db loadtesting bkp-influxdb-10.x.x.x-loadtesting
 
influxd-v1 backup -portable -host 10.x.x.x:8088 -db loadtesting bkp-influxdb-10.x.x.x-loadtesting
 +
influxd restore -portable -db loadtesting .influxdb-data/
 
```
 
```
 +
 +
# V2

Revision as of 00:54, 12 September 2022

V1

influxd-v1 backup -portable -host 10.x.x.x:8088 -db loadtesting bkp-influxdb-10.x.x.x-loadtesting
influxd restore -portable -db loadtesting .influxdb-data/

V2