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

Commit 298d695

Browse files
committed
Urgh
1 parent 1bbb690 commit 298d695

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

docs/upgrade/1-8.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: default
3+
title: Upgrade to 1.8.0
4+
parent: Upgrade
5+
nav_order: 2
6+
---
7+
8+
# Upgrade to 1.8.0
9+
10+
Open Distro for Elasticsearch 1.8.0 includes a breaking change from 1.7.0.
11+
12+
13+
## Anomaly detection plugin
14+
15+
If you use the RPM or Debian installs, the name of the anomaly detection plugin in each package manager has changed from `opendistro-anomaly-detector` to `opendistro-anomaly-detection`. Prior to upgrading, use your package manager to remove the `opendistro-anomaly-detector` package:
16+
17+
```bash
18+
sudo yum remove opendistro-anomaly-detector
19+
sudo apt remove opendistro-anomaly-detector
20+
```

docs/upgrade/cluster-restart.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ The steps on this page are most applicable if you installed Open Distro for Elas
2626
sudo systemctl stop elasticsearch.service
2727
```
2828

29+
1. If you use the Debian package, upgrade to the underlying Elasticsearch version of the new Open Distro for Elasticsearch release:
30+
31+
```bash
32+
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-x.y.z-amd64.deb
33+
sudo dpkg -i elasticsearch-oss-x.y.z-amd64.deb
34+
```
35+
2936
1. Upgrade packages on each node using `yum` or `apt`:
3037

3138
```bash

docs/upgrade/rolling.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ The steps on this page are most applicable if you installed Open Distro for Elas
2626
sudo systemctl stop elasticsearch.service
2727
```
2828

29+
1. If you use the Debian package, upgrade to the underlying Elasticsearch version of the new Open Distro for Elasticsearch release:
30+
31+
```bash
32+
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-x.y.z-amd64.deb
33+
sudo dpkg -i elasticsearch-oss-x.y.z-amd64.deb
34+
```
35+
2936
1. Upgrade packages on the node using `yum` or `apt`:
3037

3138
```bash

0 commit comments

Comments
 (0)