Skip to content

Commit 082d1b4

Browse files
committed
minor fixes
1 parent b207bcf commit 082d1b4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

deploy-manage/upgrade/deployment-or-cluster/upgrade-717.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Upgrading from 7.17 to {{version.stack}} requires two major upgrades. Each major
2626
Before running this upgrade, all ingest components and client libraries must be upgraded to 8.19.x.
2727

2828
:::{note}
29-
Upgrading only as far as {{stack}} 8.19.x is also a supported path, as 8.19.x remains a maintained and fully supported release. However, we recommend completing the upgrade to the latest version, {{version.stack}}, to take advantage of ongoing performance improvements and new features.
29+
Upgrading only as far as {{stack}} 8.19.x is also a supported path, as 8.19.x remains a maintained and fully supported release. However, we recommend completing the upgrade to the latest version, {{version.stack}}, to take advantage of ongoing improvements and new features.
3030
:::
3131

3232
The following sections describe these phases in detail and point to the relevant documentation for each deployment type.
@@ -201,8 +201,8 @@ To upgrade your deployment to 8.19, follow the steps in [Upgrade on Elastic Clou
201201
During the upgrade process, all components of your deployment are upgraded in the expected order:
202202
- {{es}}
203203
- {{kib}}
204-
- Integrations Server ({{fleet-server}} and APM)
205-
- Enterprise Search
204+
- Integrations Server ({{fleet-server}} and APM), if present
205+
- Enterprise Search, if present
206206
::::
207207

208208
::::{applies-item} ece:
@@ -216,13 +216,13 @@ Although this guide refers to {{ecloud}}, the same steps apply to ECE deployment
216216
During the upgrade process, all components of your deployment are upgraded in the expected order:
217217
- {{es}}
218218
- {{kib}}
219-
- Integrations Server ({{fleet-server}} and APM)
220-
- Enterprise Search
219+
- Integrations Server ({{fleet-server}} and APM), if present
220+
- Enterprise Search, if present
221221
::::
222222

223223

224224
::::{applies-item} eck:
225-
In ECK, upgrades are performed declaratively by updating the `spec.version` field in your resource manifests, or by setting the equivalent version values when deploying clusters through Helm charts. Once the new version is applied, the operator automatically orchestrates the rolling upgrade, ensuring that each component is upgraded safely and in the correct order.
225+
In ECK, upgrades are performed declaratively by updating the `spec.version` field in your resource manifests, or by setting the equivalent version values when deploying through Helm charts. Once the new version is applied, the operator orchestrates a rolling upgrade, ensuring components are upgraded safely and in the correct order.
226226

227227
To upgrade your cluster to 8.19, follow the steps in [Upgrade on ECK](/deploy-manage/upgrade/deployment-or-cluster/upgrade-on-eck.md), and start by upgrading the {{es}} and {{kib}} resources that represent the cluster. Set the `version` field to the latest 8.19.x release number in each manifest or Helm chart values file.
228228

@@ -294,7 +294,7 @@ It's highly recommended to start this upgrade from the latest 8.19.x patch relea
294294
:::::{admonition} Important note for Enterprise Search users
295295
In {{stack}} 9.0.0 and later, Enterprise Search is no longer available.
296296
* You must remove any Enterprise Search nodes from your deployment before proceeding with the upgrade.
297-
* If you are currently using App Search, Workplace Search, or the Elastic Web Crawler, these features will cease to function if you remove Enterpise Search from your deployment. Therefore, it is critical to first [migrate your Enterprise Search use cases](https://www.elastic.co/guide/en/enterprise-search/8.19/upgrading-to-9-x.html) before decommissioning your Enterprise Search instances.
297+
* If you are currently using App Search, Workplace Search, or the Elastic Web Crawler, these features will cease to function if you remove Enterprise Search from your deployment. Therefore, it is critical to first [migrate your Enterprise Search use cases](https://www.elastic.co/guide/en/enterprise-search/8.19/upgrading-to-9-x.html) before decommissioning your Enterprise Search instances.
298298
:::::
299299

300300
### {{version.stack}} upgrade preparations
@@ -347,7 +347,7 @@ To prepare your deployment for the upgrade, review the [Prepare to upgrade](/dep
347347
::::{applies-item} ece:
348348

349349
:::{important}
350-
If you're running an {{ece}} version earlier than 4.x, ensure that you [upgrade ECE first](/deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md). ECK 2.x is not compatible with {{stack}} version 9.
350+
If you're running an {{ece}} version earlier than 4.x, ensure that you [upgrade ECE first](/deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md). ECE 3.x is not compatible with {{stack}} version 9.
351351
:::
352352

353353
{{ece}} platform facilitates major upgrades by:
@@ -422,7 +422,7 @@ To upgrade your deployment to {{version.stack}}, follow the steps in [Upgrade yo
422422
During the upgrade process all of your deployment components will be upgraded in the expected order:
423423
- {{es}}
424424
- {{kib}}
425-
- Integrations Server ({{fleet-server}} and APM)
425+
- Integrations Server ({{fleet-server}} and APM), if present
426426
::::
427427

428428
::::{applies-item} ece:
@@ -433,14 +433,14 @@ If the [{{stack}} pack](/deploy-manage/deploy/cloud-enterprise/manage-elastic-st
433433
During the upgrade process all of your deployment components will be upgraded in the expected order:
434434
- {{es}}
435435
- {{kib}}
436-
- Integrations Server ({{fleet-server}} and APM)
436+
- Integrations Server ({{fleet-server}} and APM), if present
437437
::::
438438

439439

440440
::::{applies-item} eck:
441-
In ECK, upgrades are performed declaratively by updating the `spec.version` field in your resource manifests, or by setting the equivalent version values when deploying clusters through Helm charts. Once the new version is applied, the operator automatically orchestrates the rolling upgrade, ensuring that each component is upgraded safely and in the correct order.
441+
In ECK, upgrades are performed declaratively by updating the `spec.version` field in your resource manifests, or by setting the equivalent version values when deploying through Helm charts. Once the new version is applied, the operator orchestrates a rolling upgrade, ensuring components are upgraded safely and in the correct order.
442442

443-
To upgrade your cluster to 8.19, follow the steps in [Upgrade on ECK](/deploy-manage/upgrade/deployment-or-cluster/upgrade-on-eck.md), and start by upgrading the {{es}} and {{kib}} resources that represent the cluster. Set the version field to the latest 8.19.x release number in each manifest or Helm chart values file.
443+
To upgrade your cluster to {{version.stack}}, follow the steps in [Upgrade on ECK](/deploy-manage/upgrade/deployment-or-cluster/upgrade-on-eck.md), and start by upgrading the {{es}} and {{kib}} resources that represent the cluster. Set the version field to {{version.stack}} in each manifest or Helm chart values file.
444444

445445
:::{note}
446446
For more information on how ECK manages upgrades and how to tune its behavior, refer to [Nodes orchestration](/deploy-manage/deploy/cloud-on-k8s/nodes-orchestration.md).

0 commit comments

Comments
 (0)