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: website/docs/cloudnative-pg.v1.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,8 +275,10 @@ _Appears in:_
275
275
|`backupId`_string_| The ID of the Barman backup ||||
276
276
|`backupName`_string_| The Name of the Barman backup ||||
277
277
|`phase`_[BackupPhase](#backupphase)_| The last backup status ||||
278
-
|`startedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta)_| When the backup was started ||||
279
-
|`stoppedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta)_| When the backup was terminated ||||
278
+
|`startedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta)_| When the backup execution was started by the backup tool ||||
279
+
|`stoppedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta)_| When the backup execution was terminated by the backup tool ||||
280
+
|`reconciliationStartedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta)_| When the backup process was started by the operator ||||
281
+
|`reconciliationTerminatedAt`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta)_| When the reconciliation was terminated by the operator (either successfully or not) ||||
280
282
|`beginWal`_string_| The starting WAL ||||
281
283
|`endWal`_string_| The ending WAL ||||
282
284
|`beginLSN`_string_| The starting xlog ||||
@@ -2230,7 +2232,7 @@ _Appears in:_
2230
2232
|`targetXID`_string_| The target transaction ID ||||
2231
2233
|`targetName`_string_| The target name (to be previously created<br />with `pg_create_restore_point`) ||||
2232
2234
|`targetLSN`_string_| The target LSN (Log Sequence Number) ||||
2233
-
|`targetTime`_string_| The target time as a timestamp in the RFC3339 standard||||
2235
+
|`targetTime`_string_| The target time as a timestamp in RFC3339 format or PostgreSQL timestamp format.<br />Timestamps without an explicit timezone are interpreted as UTC.||||
2234
2236
|`targetImmediate`_boolean_| End recovery as soon as a consistent state is reached ||||
2235
2237
|`exclusive`_boolean_| Set the target to be exclusive. If omitted, defaults to false, so that<br />in Postgres, `recovery_target_inclusive` will be true ||||
0 commit comments