File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/influxdb3/clustered/admin Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ spec:
129
129
containers :
130
130
iox :
131
131
env :
132
- INFLUXDB_IOX_CREATE_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : true
133
- INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : true
132
+ INFLUXDB_IOX_CREATE_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : ' true'
133
+ INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : ' true'
134
134
INFLUXDB_IOX_KEEP_HOURLY_CATALOG_BACKUP_FILE_LISTS : ' 30d'
135
135
INFLUXDB_IOX_KEEP_DAILY_CATALOG_BACKUP_FILE_LISTS : ' 90d'
136
136
INFLUXDB_IOX_GC_OBJECTSTORE_CUTOFF : ' 14d'
@@ -140,20 +140,20 @@ spec:
140
140
141
141
#### INFLUXDB_IOX_CREATE_CATALOG_BACKUP_DATA_SNAPSHOT_FILES
142
142
143
- Enable hourly Catalog snapshotting. The default is ` false`. Set to `true`:
143
+ Enable hourly Catalog snapshotting. The default is ` ' false' ` . Set to ` ' true' ` :
144
144
145
145
` ` ` yaml
146
- INFLUXDB_IOX_CREATE_CATALOG_BACKUP_DATA_SNAPSHOT_FILES: true
146
+ INFLUXDB_IOX_CREATE_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : ' true'
147
147
` ` `
148
148
149
149
#### INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES
150
150
151
151
Enable a snapshot check when deleting files to ensure the Garbage Collector does
152
152
not remove Parquet files from the object store that are associated with existing
153
- snapshots. The default is `false`. Set to `true` :
153
+ snapshots. The default is ` ' false' ` . Set to ` ' true' ` :
154
154
155
155
` ` ` yaml
156
- INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES: true
156
+ INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES : ' true'
157
157
` ` `
158
158
159
159
> [!Caution]
You can’t perform that action at this time.
0 commit comments