Share via


RestartParameter interface

PostgreSQL database engine restart parameters.

Properties

failoverMode

Failover mode.

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.

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