Skip to content

Commit 2bbfcd7

Browse files
committed
0.19.0 download
1 parent 8df9632 commit 2bbfcd7

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: download
3+
cat: download
4+
version: 0.19.0
5+
title: 0.19.0
6+
download_url: https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.zip
7+
download_nix_url: https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.tar.gz
8+
download_deb_url: https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.deb
9+
download_source_url: https://github.com/elasticsearch/elasticsearch/zipball/v0.19.0
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.
16+

download/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<h3>Current releases:</h3>
99
<p>
1010
Latest stable release of <strong>elasticsearch</strong> is
11-
<a href="/download/2012/01/10/0.18.7.html"><b>0.18.7</b></a>.
11+
<a href="/download/2012/03/01/0.19.0.html"><b>0.19.0</b></a>.
1212
</p>
13-
<p>
13+
<!-- <p>
1414
Release candidate release of <strong>elasticsearch</strong> is
1515
<a href="/download/2012/02/21/0.19.0.RC3.html"><b>0.19.0.RC3</b></a>.
16-
</p>
16+
</p> -->
1717
<h3>Building from source:</h3>
1818
<p>Master can be downloaded <a href="/download/master/">here</a> (requires building from source).</p>
1919
<h3>All releases and release notes:</h3>

0 commit comments

Comments
 (0)