File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ If the deployment mode is `activefailover` or `cluster` the Starters will:
3131 followed by upgrade entries for all single servers (in case of ` activefailover ` ),
3232 followed by upgrade entries for all dbservers (in case of ` cluster ` ),
3333 followed by upgrade entries for all coordinators (in case of ` cluster ` ),
34+ followed by upgrade entries for all sync masters (in case of ` cluster ` & sync),
35+ followed by upgrade entries for all sync workers (in case of ` cluster ` & sync),
3436 followed by an entry to re-enable agency supervision.
3537
3638Every Starter will monitor the agency for an upgrade plan.
@@ -64,10 +66,10 @@ a JSON object with the following fields:
6466 upgrade failure, or ` false ` otherwise.
6567- ` reason ` a string that describes the state of the upgrade plan in a
6668 human readable form.
67- - ` servers_upgraded ` an integer containing the number of servers that have
69+ - ` servers_upgraded ` an array containing objects describing the servers that have
6870 been upgraded.
69- - ` servers_remaining ` an integer containing the number of servers that have
70- not yet been upgraded.
71+ - ` servers_remaining ` an array containing objects describing the servers that
72+ have not yet been upgraded.
7173
7274## Failures
7375
You can’t perform that action at this time.
0 commit comments