1PG_AUTOCTL RELOAD(1) pg_auto_failover PG_AUTOCTL RELOAD(1)
2
3
4
6 pg_autoctl reload - pg_autoctl reload
7
8 pg_autoctl reload - signal the pg_autoctl for it to reload its configu‐
9 ration
10
12 This commands signals a running pg_autoctl process to reload its con‐
13 figuration from disk, and also signal the managed Postgres service to
14 reload its configuration.
15
16 usage: pg_autoctl reload [ --pgdata ] [ --json ]
17
18 --pgdata path to data directory
19
21 The pg_autoctl reload commands finds the PID of the running service for
22 the given --pgdata, and if the process is still running, sends a SIGHUP
23 signal to the process.
24
26 --pgdata
27 Location of the Postgres node being managed locally. Defaults to
28 the environment variable PGDATA. Use --monitor to connect to a
29 monitor from anywhere, rather than the monitor URI used by a lo‐
30 cal Postgres node managed with pg_autoctl.
31
33 Microsoft
34
36 Copyright (c) Microsoft Corporation. All rights reserved.
37
38
39
40
412.0 Sep 13, 2023 PG_AUTOCTL RELOAD(1)