PG_AUTOCTL GET NODE REPLICATION-QUORUM(1) | pg_auto_failover | PG_AUTOCTL GET NODE REPLICATION-QUORUM(1) |
pg_autoctl get node replication-quorum - pg_autoctl get node replication-quorum
pg_autoctl get replication-quorum - get replication-quorum property from the monitor
This command prints pg_autoctl replication quorum for a given node:
usage: pg_autoctl get node replication-quorum [ --pgdata ] [ --json ] [ --formation ] [ --name ] --pgdata path to data directory --formation pg_auto_failover formation --name pg_auto_failover node name --json output data in the JSON format
See also pg_autoctl show settings for the full list of replication settings.
PGDATA
PG_AUTOCTL_MONITOR
XDG_CONFIG_HOME
XDG_DATA_HOME
$ pg_autoctl get node replication-quorum --name node1 true $ pg_autoctl get node replication-quorum --name node1 --json {
"name": "node1",
"replication-quorum": true }
Microsoft
Copyright (c) Microsoft Corporation. All rights reserved.
November 6, 2022 | 2.0 |