Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faq.rst page should not reference supported field instead of unsupported field #974

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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