From b25381e2ed7c628fd5929f1b6bf84204fb868b00 Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 13 Feb 2019 18:09:46 -0800 Subject: [PATCH 1/3] [DOCS] Remove step for stopping ML --- docs/upgrading-stack.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/upgrading-stack.asciidoc b/docs/upgrading-stack.asciidoc index a3db092ed..8ed407cf7 100644 --- a/docs/upgrading-stack.asciidoc +++ b/docs/upgrading-stack.asciidoc @@ -68,10 +68,6 @@ restart all nodes to maintain communication across the cluster. password (`changeme`). For more information, see {stack-ov}/built-in-users.html[Built-in users]. -. Stop any {ml} jobs that are running before starting the -upgrade process. See -{stack-ov}/stopping-ml.html[Stopping {ml}]. - IMPORTANT: Test upgrades in a dev environment before upgrading your production cluster. From 582d7a43d77236e66d5b0d0af40bd7c1aa73b025 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 19 Feb 2019 10:47:43 -0800 Subject: [PATCH 2/3] [DOCS] Re-add ML warning --- docs/en/install-upgrade/upgrading-stack.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/install-upgrade/upgrading-stack.asciidoc b/docs/en/install-upgrade/upgrading-stack.asciidoc index 8ed407cf7..7617960e3 100644 --- a/docs/en/install-upgrade/upgrading-stack.asciidoc +++ b/docs/en/install-upgrade/upgrading-stack.asciidoc @@ -68,6 +68,11 @@ restart all nodes to maintain communication across the cluster. password (`changeme`). For more information, see {stack-ov}/built-in-users.html[Built-in users]. +. Consider closing {ml} jobs before starting the upgrade process. It is not +required, but there are pros and cons to leaving the jobs running. These +considerations are described in the steps related to +{ref}/setup-upgrade.html[upgrading {es}]. + IMPORTANT: Test upgrades in a dev environment before upgrading your production cluster. From 2a059447a81a5e42cf6037bc7e108558f65f2603 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 19 Feb 2019 14:02:56 -0800 Subject: [PATCH 3/3] [DOCS] Final edit --- docs/en/install-upgrade/upgrading-stack.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/upgrading-stack.asciidoc b/docs/en/install-upgrade/upgrading-stack.asciidoc index 7617960e3..6d6dbadaa 100644 --- a/docs/en/install-upgrade/upgrading-stack.asciidoc +++ b/docs/en/install-upgrade/upgrading-stack.asciidoc @@ -68,7 +68,7 @@ restart all nodes to maintain communication across the cluster. password (`changeme`). For more information, see {stack-ov}/built-in-users.html[Built-in users]. -. Consider closing {ml} jobs before starting the upgrade process. It is not +. Consider closing {ml} jobs before you start the upgrade process. It is not required, but there are pros and cons to leaving the jobs running. These considerations are described in the steps related to {ref}/setup-upgrade.html[upgrading {es}].