updates AppInstance example for pausing, closes influxdata/DAR#486, closes influxdata/DAR#498

pull/6062/head
Scott Anderson 2025-05-13 13:16:34 -06:00
parent d07495e1b1
commit e9adb6783b
1 changed files with 4 additions and 4 deletions

View File

@ -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