1PG_AUTOCTL DROP FORMATION(1)   pg_auto_failover   PG_AUTOCTL DROP FORMATION(1)
2
3
4

NAME

6       pg_autoctl drop formation - pg_autoctl drop formation
7
8       pg_autoctl  drop  formation  - Drop a formation on the pg_auto_failover
9       monitor
10

SYNOPSIS

12       This command drops an existing formation on the monitor:
13
14          usage: pg_autoctl drop formation  [ --pgdata --formation ]
15
16          --pgdata      path to data directory
17          --monitor     pg_auto_failover Monitor Postgres URL
18          --formation   name of the formation to drop
19

OPTIONS

21       --pgdata
22              Location of the Postgres node being managed locally. Defaults to
23              the  environment  variable PGDATA. Use --monitor to connect to a
24              monitor from anywhere, rather than the monitor URI used by a lo‐
25              cal Postgres node managed with pg_autoctl.
26
27       --monitor
28              Postgres  URI  used  to connect to the monitor. Must use the au‐
29              toctl_node username and  target  the  pg_auto_failover  database
30              name.  It  is possible to show the Postgres URI from the monitor
31              node using the command pg_autoctl_show_uri.
32
33       --formation
34              Name of the formation to drop from the monitor.
35

AUTHOR

37       Microsoft
38
40       Copyright (c) Microsoft Corporation. All rights reserved.
41
42
43
44
451.6                              Nov 24, 2021     PG_AUTOCTL DROP FORMATION(1)
Impressum