PostgresHaClusterConfigInput
Supported in v9.6+ HA cluster configuration for PostgreSQL with multiple replicas.
Fields
| Field | Type | Description |
|---|---|---|
| backupNodePreference | BackupNodePreferenceInput | Supported in v9.6+ Optional customer preference for which replica(s) the backup scheduler picks as source. When absent or null in the request body the column is left unchanged. When present with a value the preference is validated and persisted. |
| haGroupName | String! | Required. Supported in v9.6+ User-defined label grouping these replicas into an HA cluster. |
| replicas | [PostgresHaReplicaConfigInput!] | Supported in v9.6+ List of replicas in this HA cluster. On create the list must contain at least 2 entries. On patch, omit the field (or send null) to leave the existing topology untouched; sending an empty list is rejected. |