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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,7 @@ Deleting this resource will drop the restored database and prompt the Replica to
214
214
| Field | Type | Description |
215
215
|-------|------|-------------|
216
216
| `phase` | `Pending` \| `Restoring` \| `Ready` \| `Switching` \| `Active` \| `Failed` | Current phase of the restore. |
217
+
| `runId` | `string` | Canopy run-uuid minted when the restore Job is created, reused for the run's credential requests and verification report so canopy can correlate them. Canopy-backed restores only. |
217
218
| `postgresVersion` | `string` | Detected PostgreSQL major version from the restored data. |
218
219
| `createdAt` | `Time` | When the restore resource was created. |
219
220
| `restoredAt` | `Time` | When the restore job completed. |
0 commit comments