Merge pull request #14377 from markwalkom/markw/breaking-changes-repos-14376
Mention changes to repos.
This commit is contained in:
commit
79c6f307f4
|
@ -56,3 +56,24 @@ sudo bin/plugin install analysis-icu
|
||||||
|
|
||||||
Community-provided plugins can be installed as before.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue