pg_autoctl drop monitor
pg_autoctl drop monitor - Drop the pg_auto_failover monitor
Synopsis
This command allows to review all the replication settings of a given formation (defaults to 'default' as usual):
usage: pg_autoctl drop monitor [ --pgdata --destroy ]
--pgdata path to data directory
--destroy also destroy Postgres database
Options
- --pgdata
Location of the Postgres node being managed locally. Defaults to the environment variable
PGDATA. Use--monitorto connect to a monitor from anywhere, rather than the monitor URI used by a local Postgres node managed withpg_autoctl.- --destroy
By default the
pg_autoctl drop monitorcommands does not remove the Postgres database for the monitor. When using--destroy, the Postgres installation is also deleted.