Note dr_agent prerequisite for "fdbdr switch"

If the user forgets to start a dr_agent with the right arguments
on the destination cluster, the switch cannot complete.
This commit is contained in:
Chris Donati 2019-01-22 16:57:37 -08:00
parent e5c9d6f1ea
commit 1c2dc20007
1 changed files with 1 additions and 1 deletions
documentation/sphinx/source

View File

@ -501,7 +501,7 @@ The ``start`` subcommand is used to start a DR backup. If there is already a DR
The ``switch`` subcommand is used to swap the source and destination database clusters of an active DR in differential mode. This means the destination will be unlocked and start streaming data into the source database, which will subsequently be locked.
This command requires both databases to be available. While the switch command is working, both databases will be locked for a few seconds.
This command requires both databases to be available. On the destination cluster, a ``dr_agent`` that points to the source cluster must be running. While the switch command is working, both databases will be locked for a few seconds.
.. program:: fdbdr abort