Skip to content

Commit

Permalink
BUG-898240 - Add Elasticsearch 8.15.1 to github readme (pegasystems#854)
Browse files Browse the repository at this point in the history
* BUG-898240 - Add Elasticsearch 8.15.1 to github readme

* Add 8.15.1 to update instructions
  • Loading branch information
kingakowalska1 authored Nov 20, 2024
1 parent 8b45db7 commit 39f5b55
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions charts/backingservices/charts/srs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ The service deployment provisions runtime service pods along with a dependency o
</tr>
<tr>
<td>Enabled</td>
<td>Elasticsearch 7.10.2, 7.16.3, 7.17.9 & 8.10.3</td>
<td>As a best practice, use Elasticsearch version 8.10.3.</td>
<td>Elasticsearch 7.10.2, 7.16.3, 7.17.9, 8.10.3 & 8.15.1</td>
<td>As a best practice, use Elasticsearch version 8.15.1.</td>
</tr>
<tr>
<td rowspan=2>>= 1.25</td>
Expand All @@ -59,8 +59,8 @@ The service deployment provisions runtime service pods along with a dependency o
</tr>
<tr>
<td>Enabled</td>
<td>Elasticsearch 7.17.9 & 8.10.3</td>
<td>As a best practice, use Elasticsearch version 8.10.3.</td>
<td>Elasticsearch 7.17.9, 8.10.3 & 8.15.1</td>
<td>As a best practice, use Elasticsearch version 8.15.1.</td>
</tr>
<tr>
<td> <b>search-n-reporting-service-os</b></td>
Expand All @@ -76,25 +76,25 @@ The service deployment provisions runtime service pods along with a dependency o
**Note:**

### If your deployment uses the internally-provisioned Elasticsearch: ###
To migrate to Elasticsearch version 7.17.9 or 8.10.3 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
To migrate to Elasticsearch version 7.17.9, 8.10.3 or 8.15.1 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
1. Update the SRS Docker image version to use v1.31.2. This version has backward compatibility with Elasticsearch versions 7.10.x and 7.16.x, so your SRS will continue to work even before you update your Elasticsearch service.
2. To update Elasticsearch version to 7.17.9 perform the following actions:
* Update the Elasticsearch `dependencies.version` parameter in the [requirement.yaml](../../requirements.yaml) to 7.17.3.

Note: This parameter references the Elasticsearch Helm chart version and not the Elasticsearch cluster version.
* Update the elasticsearch.imageTag in the Backing Services Helm chart to 7.17.9.
3. To update Elasticsearch version to 8.10.3, perform the following actions:
3. To update Elasticsearch version to 8.10.3 or 8.15.1, perform the following actions:
* Update the Elasticsearch `dependencies.version` parameter in the [requirement.yaml](../../requirements.yaml) to 8.5.1.

Note: This parameter references the Elasticsearch Helm chart version and not the Elasticsearch cluster version.
* Update the elasticsearch.imageTag in the Backing Services Helm chart to 8.10.3.
* Update the elasticsearch.imageTag in the Backing Services Helm chart to 8.10.3 or 8.15.1.
4. Restart the SRS pods

### If your deployment connects to an externally-managed Elasticsearch service: ###
To migrate to Elasticsearch version 7.17.9 or 8.10.3 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
To migrate to Elasticsearch version 7.17.9, 8.10.3 or 8.15.1 from the Elasticsearch version 7.10.2 or 7.16.3, perform the following steps:
1. Update the SRS Docker image version to use v1.31.2. This version has backward compatibility with Elasticsearch versions 7.10.x and 7.16.x, so your SRS will continue to work even before you update your Elasticsearch service.
2. To use Elasticsearch version 7.17.9, upgrade your external Elasticsearch cluster to 7.17.9 according to your organization’s best practices. For more information, see official Elasticsearch version 7.17 documentation.
3. To use Elasticsearch version 8.10.3, upgrade your external Elasticsearch cluster to 8.10.3 according to your organization’s best practices. For more information, see official Elasticsearch version 8.10 documentation.
3. To use Elasticsearch version 8.10.3 or 8.15.1, upgrade your external Elasticsearch cluster to 8.10.3 or 8.15.1 according to your organization’s best practices. For more information, see official Elasticsearch version 8.x documentation.
4. Restart the SRS pods

### SRS runtime configuration
Expand Down

0 comments on commit 39f5b55

Please sign in to comment.