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
|`name`_string_| The name of the extension, required | True || MinLength: 1 <br />Pattern: `^[a-z0-9]([-a-z0-9]*[a-z0-9])?$` <br /> |
974
+
|`name`_string_| The name of the extension, required | True || MinLength: 1 <br />Pattern: `^[a-z0-9]([-a-z0-9_]*[a-z0-9])?$` <br /> |
975
975
|`image`_[ImageVolumeSource](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#imagevolumesource-v1-core)_| The image containing the extension, required | True |||
976
976
|`extension_control_path`_string array_| The list of directories inside the image which should be added to extension_control_path.<br />If not defined, defaults to "/share". ||||
977
977
|`dynamic_library_path`_string array_| The list of directories inside the image which should be added to dynamic_library_path.<br />If not defined, defaults to "/lib". ||||
@@ -1200,6 +1200,7 @@ _Appears in:_
1200
1200
| --- | --- | --- | --- | --- |
1201
1201
|`podName`_string_| The pod name ||||
1202
1202
|`ContainerID`_string_| The container ID ||||
1203
+
|`sessionID`_string_| The instance manager session ID. This is a unique identifier generated at instance manager<br />startup and changes on every restart (including container reboots). Used to detect if<br />the instance manager was restarted during long-running operations like backups, which<br />would terminate any running backup process. ||||
1203
1204
1204
1205
1205
1206
#### InstanceReportedState
@@ -2167,7 +2168,7 @@ _Appears in:_
2167
2168
|`targetXID`_string_| The target transaction ID ||||
2168
2169
|`targetName`_string_| The target name (to be previously created<br />with `pg_create_restore_point`) ||||
2169
2170
|`targetLSN`_string_| The target LSN (Log Sequence Number) ||||
2170
-
|`targetTime`_string_| The target time as a timestamp in the RFC3339 standard||||
2171
+
|`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.||||
2171
2172
|`targetImmediate`_boolean_| End recovery as soon as a consistent state is reached ||||
2172
2173
|`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