Merge pull request #14377 from markwalkom/markw/breaking-changes-repos-14376

Mention changes to repos.
This commit is contained in:
Clinton Gormley 2015-10-30 10:04:07 +01:00
commit 79c6f307f4
1 changed files with 21 additions and 0 deletions

View File

@ -56,3 +56,24 @@ sudo bin/plugin install analysis-icu
Community-provided plugins can be installed as before.
==== Repository naming structure changes
Elasticsearch 2.0 changes the way the repository URLs are referenced. Instead
of specific repositories for both major and minor versions, the repositories will
use a major version reference only.
The URL for apt packages now uses the following structure;
[source,sh]
---------------
deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
---------------
And for yum packages it is;
[source,sh]
---------------
baseurl=http://packages.elastic.co/elasticsearch/2.x/centos
---------------
The <<setup-repositories, repositories>> page details this change.