You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/operator_parameters.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,9 @@ Those are top-level keys, containing both leaf keys and groups.
171
171
***repair_period**
172
172
period between consecutive repair requests. The default is `5m`.
173
173
174
+
***pitr_backup_retention**
175
+
retention time for PITR backup config maps. The operator will clean up config maps older than the configured retention. The value is a duration string, e.g. "168h". The default is `168h`.
176
+
174
177
***set_memory_request_to_limit**
175
178
Set `memory_request` to `memory_limit` for all Postgres clusters (the default
176
179
value is also increased but configured `max_memory_request` can not be
0 commit comments