Difference between revisions of "Influxdb v2"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
```
 
```
 
influx restore --org archive --bucket loadtesting/autogen --host https://influxdb.dst.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
 +
```
 +
 +
# NGINX Size
 +
```
 +
annotations:
 +
    nginx.ingress.kubernetes.io/proxy-body-size: "0"
 
```
 
```

Revision as of 04:50, 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

NGINX Size

 annotations:
    nginx.ingress.kubernetes.io/proxy-body-size: "0"