Skip to content

Commit 74736df

Browse files
committed
0.19.0.RC3 download
1 parent 06031db commit 74736df

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

_layouts/download.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ <h2 class="download_link">
88
{% if page.download_nix_url != null %}
99
/ <a href="{{page.download_nix_url}}">tar.gz</a>
1010
{% endif %}
11+
{% if page.download_deb_url != null %}
12+
/ <a href="{{page.download_deb_url}}">deb</a>
13+
{% endif %}
1114
/ <a href="https://github.com/elasticsearch/elasticsearch/issues?labels=v{{page.version}}&amp;sort=created&amp;direction=desc&amp;state=closed&amp;page=1">issues</a>
1215
</h2>
1316

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: download
3+
cat: download
4+
version: 0.19.0.RC3
5+
title: 0.19.0.RC3
6+
download_url: https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.RC3.zip
7+
download_nix_url: https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.RC3.tar.gz
8+
download_deb_url: https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.RC3.deb
9+
download_source_url: https://github.com/elasticsearch/elasticsearch/zipball/v0.19.0.RC3
10+
release_notes: true
11+
---
12+
13+
h2. Upgrade Notes:
14+
* Upgrading from 0.18 requires issuing a full flush of all the indices in the cluster (@curl host:9200/_flush@) before shutting down the cluster, with no indexing operations happening after the flush.
15+
* The local gateway state structure has changed, a backup of the state files is created when upgrading, they can then be used to downgrade back to 0.18. Don't downgrade without using them.

0 commit comments

Comments
 (0)