DOKK / manpages / debian 12 / pg-auto-failover-cli / pg_autoctl get node candidate-priority.1.en
PG_AUTOCTL GET NODE CANDIDATE-PRIORITY(1) pg_auto_failover PG_AUTOCTL GET NODE CANDIDATE-PRIORITY(1)

pg_autoctl get node candidate-priority - pg_autoctl get node candidate-priority

pg_autoctl get candidate-priority - get candidate-priority property from the monitor

This command prints pg_autoctl candidate priority for a given node:

usage: pg_autoctl get node candidate-priority  [ --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.

Location of the Postgres node being managed locally. Defaults to the environment variable PGDATA. Use --monitor to connect to a monitor from anywhere, rather than the monitor URI used by a local Postgres node managed with pg_autoctl.
Output JSON formatted data.
Show replication settings for given formation. Defaults to default.
Show replication settings for given node, selected by name.

$ pg_autoctl get node candidate-priority --name node1
50
$ pg_autoctl get node candidate-priority --name node1 --json
{

"name": "node1",
"candidate-priority": 50 }


Microsoft

Copyright (c) Microsoft Corporation. All rights reserved.

November 6, 2022 2.0