# Elasticsearch version upgradation

**URL:** https://discuss.elastic.co/t/elasticsearch-version-upgradation/377439
**Category:** Elasticsearch
**Tags:** docker
**Created:** [April 23, 2025, 1:03pm UTC](https://discuss.elastic.co/t/elasticsearch-version-upgradation/377439 "2025-04-23T13:03:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Vigneshraja](https://avatars.discourse-cdn.com/v4/letter/v/ecccb3/32.png) [@Vigneshraja](https://discuss.elastic.co/u/Vigneshraja)
#### Post date: [April 23, 2025, 1:03pm UTC](https://discuss.elastic.co/t/elasticsearch-version-upgradation/377439/1 "2025-04-23T13:03:19Z")

</div>

hello,

actually we are using elasticseach and kibana as a docker container in version 8.14.1.

currently the version is 9.0.0, how can we migrate to latest version without any data/indices loss??

when we tried using volume mount , elastic container is continuously restarting.

kindly need guidance here.

thanks,  
vignesh raja S

---

<div class="post-metadata">

### Author: ![RainTown](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/raintown/32/140206_2.png) [@RainTown](https://discuss.elastic.co/u/RainTown)
#### Post date: [April 23, 2025, 2:02pm UTC](https://discuss.elastic.co/t/elasticsearch-version-upgradation/377439/2 "2025-04-23T14:02:36Z")

</div>

To get to 9.0.0 you need go via 8.18.0 first

From [Prepare to upgrade | Elastic Docs](https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade)

"To upgrade from 8.17.0 **or earlier** to 9.0.0, you must first upgrade to the latest 8.18 patch release" (which is 8.18.0 as of now)

Be aware that 9.0.0 has some breaking changes ...
