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:
parent
e5c9d6f1ea
commit
1c2dc20007
documentation/sphinx/source
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue