Merge pull request #16491 from tebriel/plugin_docs

Updating upgrade.asciidoc
This commit is contained in:
Lee Hinman 2016-02-09 09:55:27 -07:00
commit 1bc41947e1
1 changed files with 18 additions and 1 deletions

View File

@ -27,7 +27,24 @@ consult this table:
|2.x |3.x |<<restart-upgrade,Full cluster restart>>
|=======================================================================
TIP: Take plugins into consideration as well when upgrading. Plugins must be upgraded alongside Elasticsearch.
===========================================
Upgrading Elasticsearch with Plugins
Take plugins into consideration as well when upgrading. Plugins must be upgraded alongside Elasticsearch.
Check with your plugin's provider to ensure that the plugin is compatible with
your targeted version of Elasticsearch. If doing a rolling upgrade, it may be
worth checking as well that the plugin works across a mixed-version cluster.
The process for both <<rolling-upgrades,Rolling upgrade>> and
<<restart-upgrade,Full cluster restart>> is generally as follows, per node.
* Shut down Elasticsearch
* Upgrade Elasticsearch
* Upgrade Plugins
* Start up Elasticsearch
===========================================
include::backup.asciidoc[]