Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 6f795df

Browse files
committed
Debian install.
1 parent 9a1be15 commit 6f795df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This repository contains the documentation for Open Distro for Elasticsearch, a
5353

5454
1. Branch.
5555
1. Run a find and replace for `:x.y.z` and `-x.y.z` and replace with the new version string.
56+
1. Run a find for the underlying Elasticsearch version and update it as necessary (probably just `docs/install/deb.md`).
5657
1. Start up a new cluster using the updated Docker Compose file in `docs/install/docker.md`.
5758
1. Update the version table in `version-history.md`.
5859

docs/install/deb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ These steps assume you're using Ubuntu 18.04.
3737
1. Install Elasticsearch OSS:
3838

3939
```bash
40-
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-7.2.0-amd64.deb
41-
sudo dpkg -i elasticsearch-oss-7.2.0-amd64.deb
40+
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-7.2.1-amd64.deb
41+
sudo dpkg -i elasticsearch-oss-7.2.1-amd64.deb
4242
```
4343

4444
1. Install Open Distro for Elasticsearch:

0 commit comments

Comments
 (0)