# Downgrade Kibana 6.4.1.1 -\> 6.4.0.1

**URL:** https://discuss.elastic.co/t/downgrade-kibana-6-4-1-1-6-4-0-1/152430
**Category:** Kibana
**Created:** [October 15, 2018, 6:34am UTC](https://discuss.elastic.co/t/downgrade-kibana-6-4-1-1-6-4-0-1/152430 "2018-10-15T06:34:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![KindTomato](https://avatars.discourse-cdn.com/v4/letter/k/f14d63/32.png) [@KindTomato](https://discuss.elastic.co/u/KindTomato)
#### Post date: [October 15, 2018, 6:34am UTC](https://discuss.elastic.co/t/downgrade-kibana-6-4-1-1-6-4-0-1/152430/1 "2018-10-15T06:34:16Z")

</div>

Hey, I had an issue with creating new Indexes on Kibana 6.4.0.1 - on Dev environemnt i upgraded logstash and elasticsearch to 6.4.1.1 (kibana stayed 6.4.0.1) and it worked - so I did the same on prod - but unfourtantely upgraded Kibana aswell to 6.4.1.1 - now I have to downgrade it to 6.4.0.1; is it possible and if yes then how ?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [October 15, 2018, 6:59am UTC](https://discuss.elastic.co/t/downgrade-kibana-6-4-1-1-6-4-0-1/152430/2 "2018-10-15T06:59:01Z")

</div>

There's no 6.4.1.1 or 6.4.0.1, only 6.4.0 and 6.4.1. Can you clarify which versions you mean?

---

<div class="post-metadata">

### Author: ![KindTomato](https://avatars.discourse-cdn.com/v4/letter/k/f14d63/32.png) [@KindTomato](https://discuss.elastic.co/u/KindTomato)
#### Post date: [October 15, 2018, 7:54am UTC](https://discuss.elastic.co/t/downgrade-kibana-6-4-1-1-6-4-0-1/152430/3 "2018-10-15T07:54:38Z")

</div>

Hey, well the version are same but without the .1 at the end ( 6.4.1 and 6.4.0 );

however the issue is already resolved - it was related to default index on kibana was empty and in read-only mode;

steps i took:  
On Kibana-\> Dev Tools ran:  
**PUT /.kibana/\_settings**

**{**

**"index.blocks.read\_only\_allow\_delete": null**

**}**

then on server ran curl to get kibana setings:  
**curl -XGET [http://localhost:9200/.kibana/doc/\_search?q=type:config](http://localhost:9200/.kibana/doc/_search?q=type:config)**

and in there I found UUID for the default index

which I have putted with curl post:  
**curl -X POST -H "Content-Type: application/json" -H "kbn-xsrf: true" -d '{"value":""}' [http://localhost:5601/api/kibana/settings/defaultIndex](http://localhost:5601/api/kibana/settings/defaultIndex)**

---

<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: [November 12, 2018, 8:08am UTC](https://discuss.elastic.co/t/downgrade-kibana-6-4-1-1-6-4-0-1/152430/4 "2018-11-12T08:08:20Z")

</div>

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