Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ monitor to be able to orchestrate nodes integration completely:
monitor to the registered Postgres nodes, and use the ``hostname`` and
``port`` as registered.

The ``pg_autoctl show state`` commands column *Reachable* contains
"yes" when the monitor could connect to a specific node, "no" when this
connection failed, and "unknown" when no connection has been attempted
The ``pg_autoctl show state`` commands column *Health* contains
"1" when the monitor could connect to a specific node, "0" when this
connection failed, and "-1" when no connection has been attempted
yet, since the last startup time of the monitor.

The *Reachable* column from ``pg_autoctl show state`` command output
must show a "yes" entry before a new standby node can be orchestrated
The *Health* column from ``pg_autoctl show state`` command output
must show a "1" entry before a new standby node can be orchestrated
up to the "secondary" goal state.

2. pg_autoctl service must be running
Expand Down