# Rolling upgrade from 5.5.2 to 5.6 fails with no plugins installed

**URL:** https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454
**Category:** Elasticsearch
**Created:** [July 24, 2018, 11:43pm UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454 "2018-07-24T23:43:09Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![asvishen](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/asvishen/32/33699_2.png) [@asvishen](https://discuss.elastic.co/u/asvishen)
#### Post date: [July 24, 2018, 11:43pm UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454/1 "2018-07-24T23:43:09Z")

</div>

Hi,

I am trying to do a rolling upgrade for elasticsearch. I do not have any plugins installed but i still see this exception when trying to upgrade. The documentation on the rolling upgrade page lists out one of the steps of the upgrade to remove and install new versions of any plugins you have on the node. aggs-matrix-stats is a module which comes as part of the modules of elasticsearch zip file. Removing and installing all of the modules seems like the core task of the rolling upgrade rather than manually install each one of them. Below is the exception that i encountered:

org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: plugin [aggs-matrix-stats] is incompatible with version [5.6.10]; was designed for version [5.5.2]  
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:136) ~[elasticsearch-5.6.10.jar:5.6.10]  
at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:123) ~[elasticsearch-5.6.10.jar:5.6.10]  
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:70) ~[elasticsearch-5.6.10.jar:5.6.10]  
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:134) ~[elasticsearch-5.6.10.jar:5.6.10]

---

<div class="post-metadata">

### Author: ![zqc0512](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/zqc0512/32/32141_2.png) [@zqc0512](https://discuss.elastic.co/u/zqc0512)
#### Post date: [July 25, 2018, 2:22am UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454/2 "2018-07-25T02:22:51Z")

</div>

> [@asvishen](#):
>
> [aggs-matrix-stats] is incompatible with version [5.6.10]; was designed for version [5.5.2]

the plugin aggs-matrix-stats not ok need reinstall  
are you surelly copy all the file?

---

<div class="post-metadata">

### Author: ![asvishen](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/asvishen/32/33699_2.png) [@asvishen](https://discuss.elastic.co/u/asvishen)
#### Post date: [July 30, 2018, 8:24pm UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454/3 "2018-07-30T20:24:19Z")

</div>

I copied all the files over. What I dont understand is why is elasticsearch considering a module as a plugin?

---

<div class="post-metadata">

### Author: ![zqc0512](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/zqc0512/32/32141_2.png) [@zqc0512](https://discuss.elastic.co/u/zqc0512)
#### Post date: [July 31, 2018, 12:28am UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454/4 "2018-07-31T00:28:02Z")

</div>

as system plugin..

---

<div class="post-metadata">

### Author: ![asvishen](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/asvishen/32/33699_2.png) [@asvishen](https://discuss.elastic.co/u/asvishen)
#### Post date: [August 13, 2018, 11:04pm UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454/5 "2018-08-13T23:04:19Z")

</div>

The plugin properties file was out of date for me. I copied the new one over and that solved it. Thanks for the help

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 10, 2018, 11:04pm UTC](https://discuss.elastic.co/t/rolling-upgrade-from-5-5-2-to-5-6-fails-with-no-plugins-installed/141454/6 "2018-09-10T23:04:27Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
