VEPSQLInstanceRestore
Contains details about a restored PostgreSQL instance.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Instance ID. |
|
Session |
GUID |
Restore session ID. |
|
RestorePointId |
GUID |
Restore point ID. |
|
ToPointInTimeUTC |
DateTime |
Date and time in the UTC format of the state as of which the instance is restored. |
|
ServerName |
String |
DNS name or IP address of the target server for the restore operation. |
|
InstanceName |
String |
Target instance name. |
|
DataDirectory |
String |
Path to the data directory for the restored PostgreSQL instance. |
|
RestoreStatus |
String |
Status of the restore operation. |
Related Commands
Start-VEPSQLInstanceRestoreRestores a backed-up PostgreSQL instance.Get-VEPSQLInstanceRestoreReturns information about the restore process for backed-up PostgreSQL instances.Restart-VEPSQLInstanceRestoreRestarts a failed restore process for a backed-up PostgreSQL instance.Stop-VEPSQLInstanceRestoreStops the restore process for a backed-up PostgreSQL instance.