table of contents
| PG_AUTOCTL GET FORMATION NUMBER-SYNC-STANDBYS(1) | pg_auto_failover | PG_AUTOCTL GET FORMATION NUMBER-SYNC-STANDBYS(1) |
NAME¶
pg_autoctl get formation number-sync-standbys - pg_autoctl get formation number-sync-standbys
pg_autoctl get formation number-sync-standbys - get number_sync_standbys for a formation from the monitor
SYNOPSIS¶
This command prints a pg_autoctl replication settings for number sync standbys:
usage: pg_autoctl get formation number-sync-standbys [ --pgdata ] [ --json ] [ --formation ] --pgdata path to data directory --json output data in the JSON format --formation pg_auto_failover formation
DESCRIPTION¶
See also pg_autoctl show settings <#pg-autoctl-show-settings> for the full list of replication settings.
OPTIONS¶
- --pgdata
- 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.
- --json
- Output JSON formatted data.
- --formation
- Show replication settings for given formation. Defaults to default.
ENVIRONMENT¶
PGDATA
PG_AUTOCTL_MONITOR
XDG_CONFIG_HOME
XDG_DATA_HOME
EXAMPLES¶
$ pg_autoctl get formation number-sync-standbys
1
$ pg_autoctl get formation number-sync-standbys --json
{
"number-sync-standbys": 1
}
Author¶
Microsoft
Copyright¶
Copyright (c) Microsoft Corporation. All rights reserved.
| November 17, 2025 | 2.2 |