# Обновление 7.17.10 \> 8.13

**URL:** https://discuss.elastic.co/t/7-17-10-8-13/359942
**Category:** Вопросы на русском языке
**Tags:** docker
**Created:** [May 21, 2024, 8:54pm UTC](https://discuss.elastic.co/t/7-17-10-8-13/359942 "2024-05-21T20:54:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Albert\_S](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/albert_s/32/121862_2.png) [@Albert\_S](https://discuss.elastic.co/u/Albert_S)
#### Post date: [May 21, 2024, 8:54pm UTC](https://discuss.elastic.co/t/7-17-10-8-13/359942/1 "2024-05-21T20:54:10Z")

</div>

Здравствуйте!  
Столкнулся с elasticsearch, пару дней как.  
Подскажите\направьте пожалуйста как правильно обновить кластер ES.  
Сейчас версия 7.17.10, требуется - 8.13.  
9 нод.  
numbers\_of\_replicas - 0  
Kibana и Logstash - отсутствуют.  
Развернут из docker.

```auto
cluster.name: elastic7_selfhosted
indices.breaker.total.use_real_memory: false
indices.recovery.max_bytes_per_sec: 600mb
indices.fielddata.cache.size: 40%
indices.breaker.fielddata.limit: 40%
indices.breaker.request.limit: 60%
node.name: name.domain.group
node.master: true
node.data: true
network.host: 0.0.0.0
network.publish_host: 10.33.202.73
http.port: 9200
cluster.initial_master_nodes: ["10.33.202.73","10.33.202.74","10.33.202.75","10.33.202.76","10.33.202.77","10.33.202.78","10.33.202.79","10.33.202.80","10.33.202.81"]
discovery.seed_hosts: ["10.33.202.74","10.33.202.75","10.33.202.76","10.33.202.77","10.33.202.78","10.33.202.79","10.33.202.80","10.33.202.81"]
script.max_compilations_rate: 100/1m
transport.port: 9300
http.compression: true
discovery.type: zen
ingest.geoip.downloader.enabled: false
discovery.zen.minimum_master_nodes: 5

```
