VEPSQLInstanceInstantRecovery
Contains details about an PostgreSQL database published during an instant recovery session.
|
Property |
Type |
Description |
|---|---|---|
|
Session |
GUID |
Restore session ID. |
|
RestorePointID |
GUID |
Restore point ID. |
|
ToPointInTimeUtc |
DateTime |
Date and time in the UTC format of the state to which the instance is recovered. |
|
ServerName |
String |
DNS name or IP address of the target server. |
|
InstanceName |
String |
Name of the instance on the target server. |
|
DataDirectory |
String |
Data directory for the published instance. |
|
Status |
String |
Status of the instant recovery operation. |
|
SwitchOverOptions |
Switchover options for the instant recovery operation. |
Related Commands
Start-VEPSQLInstanceInstantRecoveryPerforms instant recovery of a backed-up PostgreSQL instance.Get-VEPSQLInstanceInstantRecoveryReturns PostgreSQL instances that are published within an instant recovery session.Switch-VEPSQLInstanceInstantRecoveryPerforms switchover of a PostgreSQL instance published within an instant recovery session.Restart-VEPSQLInstanceInstantRecoveryRestarts a failed instant recovery process for a PostgreSQL instance.Stop-VEPSQLInstanceInstantRecoveryStops an active instant recovery session for a PostgreSQL instance.