Add mention to Pause Auto-Follower API in Upgrade Clusters docs (#48764)

Relates #46665
This commit is contained in:
Tanguy Leroux 2019-11-06 09:46:17 -05:00
parent 3c9bd13dca
commit 552381d7f9
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ In a bi-directional setup between two clusters, each cluster contains both
leader and follower indices.
When upgrading clusters in this setup, all index following needs to be paused
using the {ref}/ccr-post-pause-follow.html[pause follower API] prior to
using the {ref}/ccr-post-pause-follow.html[pause follower API] and the
{ref}/ccr-pause-auto-follow-pattern.html[pause auto-follower API] prior to
upgrading both clusters. After both clusters have been upgraded then index
following can be resumed using the
{ref}/ccr-post-resume-follow.html[resume follower API]].