updates AppInstance example for pausing, closes influxdata/DAR#486, closes influxdata/DAR#498
parent
d07495e1b1
commit
e9adb6783b
|
@ -273,7 +273,8 @@ using Catalog store snapshots:
|
||||||
metadata:
|
metadata:
|
||||||
name: influxdb
|
name: influxdb
|
||||||
namespace: influxdb
|
namespace: influxdb
|
||||||
pause: true
|
spec:
|
||||||
|
pause: true
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -331,7 +332,8 @@ using Catalog store snapshots:
|
||||||
metadata:
|
metadata:
|
||||||
name: influxdb
|
name: influxdb
|
||||||
namespace: influxdb
|
namespace: influxdb
|
||||||
pause: false
|
spec:
|
||||||
|
pause: false
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -349,8 +351,6 @@ Your InfluxDB cluster is now restored to the recovery point.
|
||||||
When the Garbage Collector runs, it identifies what Parquet files are not
|
When the Garbage Collector runs, it identifies what Parquet files are not
|
||||||
associated with the recovery point and [soft deletes](#soft-delete) them.
|
associated with the recovery point and [soft deletes](#soft-delete) them.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
### prep\_pg\_dump.awk
|
### prep\_pg\_dump.awk
|
||||||
|
|
Loading…
Reference in New Issue