Skip to content

Commit a011c8c

Browse files
committed
Iter
1 parent ec02dfc commit a011c8c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

deploy-manage/upgrade/prepare-to-upgrade.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,15 @@ Review the following best practices to upgrade your deployments.
5656

5757
1. Before upgrading your production deployment, test the upgrade using an isolated environment. Ensure the test and production environments use the same settings.
5858

59-
:::{important}
6059
The upgraded version of {{es}} may interact with its environment in different ways from the version you are currently running. It is possible that your environment behaves incorrectly in a way that does not matter to the version of {{es}} that you are currently running, but which does matter to the upgraded version. In this case, the upgraded version will not work correctly until you address the incorrect behaviour in your environment.
6160

6261
During your upgrade tests, pay particular attention to the following aspects:
6362

64-
Cluster stability
65-
: Does the new version of {{es}} form a stable healthy cluster?
63+
*Cluster stability*: Does the new version of {{es}} form a stable healthy cluster?
6664

67-
Indexing and search performance
68-
: Does the new version of {{es}} perform the same (or better) than the current one on your specific workload and data?
65+
*Indexing and search performance*: Does the new version of {{es}} perform the same (or better) than the current one on your specific workload and data?
6966

70-
Snapshots
71-
: Do all of your snapshot repositories work correctly and pass [repository analysis](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-repository-analyze)?
72-
:::
67+
*Snapshots*: Do all of your snapshot repositories work correctly and pass [repository analysis](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-repository-analyze)?
7368

7469
1. Create a snapshot of your production deployment before starting the upgrade.
7570

0 commit comments

Comments
 (0)