RestartParameter interface
PostgreSQL database engine restart parameters.
Properties
| failover |
Failover mode. |
| restart |
Indicates if restart the PostgreSQL database engine should failover or switch over from primary to standby. This only works if server has high availability enabled. |
Property Details
failoverMode
Failover mode.
failoverMode?: string
Property Value
string
restartWithFailover
Indicates if restart the PostgreSQL database engine should failover or switch over from primary to standby. This only works if server has high availability enabled.
restartWithFailover?: boolean
Property Value
boolean