PG_AUTOCTL SET FORMATION NUMBER-SYNC-STANDBYS(1) | pg_auto_failover | PG_AUTOCTL SET FORMATION NUMBER-SYNC-STANDBYS(1) |
pg_autoctl set formation number-sync-standbys - pg_autoctl set formation number-sync-standbys
pg_autoctl set formation number-sync-standbys - set number_sync_standbys for a formation from the monitor
This command set a pg_autoctl replication settings for number sync standbys:
usage: pg_autoctl set formation number-sync-standbys [ --pgdata ] [ --json ] [ --formation ] <number_sync_standbys> --pgdata path to data directory --formation pg_auto_failover formation --json output data in the JSON format
The pg_auto_failover monitor ensures that at least N+1 candidate standby nodes are registered when number-sync-standbys is N. This means that to be able to run the following command, at least 3 standby nodes with a non-zero candidate priority must be registered to the monitor:
$ pg_autoctl set formation number-sync-standbys 2
See also pg_autoctl show settings for the full list of replication settings.
PGDATA
PG_AUTOCTL_MONITOR
XDG_CONFIG_HOME
XDG_DATA_HOME
Microsoft
Copyright (c) Microsoft Corporation. All rights reserved.
November 6, 2022 | 2.0 |