Skip to content

Commit 0bdb1c6

Browse files
authored
Update index.md (#902)
1 parent 8823e96 commit 0bdb1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/failover/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If this value is not specified, the timeout can be considered to be "infinite".
8787

8888
* `TO` *HOST* *PORT* -- This option allows designating a specific replica, by its host and port, to failover to. The master will wait specifically for this replica to catch up to its replication offset, and then failover to it.
8989

90-
* `FORCE` -- If both the `TIMEOUT` and `TO` options are set, the force flag can also be used to designate that that once the timeout has elapsed, the master should failover to the target replica instead of rolling back.
90+
* `FORCE` -- If both the `TIMEOUT` and `TO` options are set, the force flag can also be used to designate that once the timeout has elapsed, the master should failover to the target replica instead of rolling back.
9191
This can be used for a best-effort attempt at a failover without data loss, but limiting write outage.
9292

9393
NOTE: The master will always rollback if the `PSYNC FAILOVER` request is rejected by the target replica.

0 commit comments

Comments
 (0)