1PG_AUTOCTL DROP MONITOR(1) pg_auto_failover PG_AUTOCTL DROP MONITOR(1)
2
3
4
6 pg_autoctl drop monitor - pg_autoctl drop monitor
7
8 pg_autoctl drop monitor - Drop the pg_auto_failover monitor
9
11 This command allows to review all the replication settings of a given
12 formation (defaults to 'default' as usual):
13
14 usage: pg_autoctl drop monitor [ --pgdata --destroy ]
15
16 --pgdata path to data directory
17 --destroy also destroy Postgres database
18
20 --pgdata
21 Location of the Postgres node being managed locally. Defaults to
22 the environment variable PGDATA. Use --monitor to connect to a
23 monitor from anywhere, rather than the monitor URI used by a lo‐
24 cal Postgres node managed with pg_autoctl.
25
26 --destroy
27 By default the pg_autoctl drop monitor commands does not remove
28 the Postgres database for the monitor. When using --destroy, the
29 Postgres installation is also deleted.
30
32 PGDATA
33 Postgres directory location. Can be used instead of the --pgdata op‐
34 tion.
35
36 XDG_CONFIG_HOME
37 The pg_autoctl command stores its configuration files in the stan‐
38 dard place XDG_CONFIG_HOME. See the XDG Base Directory Specifica‐
39 tion.
40
41 XDG_DATA_HOME
42 The pg_autoctl command stores its internal states files in the stan‐
43 dard place XDG_DATA_HOME, which defaults to ~/.local/share. See the
44 XDG Base Directory Specification.
45
47 Microsoft
48
50 Copyright (c) Microsoft Corporation. All rights reserved.
51
52
53
54
552.0 Sep 13, 2023 PG_AUTOCTL DROP MONITOR(1)