반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Ai
- JavaScript
- 영어
- Windows
- Python
- MySQL
- s3
- 구글
- build
- nodejs
- unity
- logstash
- 설정
- Git
- ssh
- 엘라스틱서치
- docker
- sample
- Linux
- 유니티
- elasticsearch
- error
- AWS
- Kibana
- ChatGPT
- mariadb
- JS
- MSSQL
- API
Archives
- Today
- Total
목록무정지 (1)
가끔 보자, 하늘.
ES Cluster Nodes Rolling Upgrade 절차 정리
가동중인 Elasticsearch cluster nodes를 가동 상태를 유지하며 업그레이드 하는 절차를 정리했습니다. Rolling upgrades 에 대한 공식 문서는 이 링크를 참고하세요. 시작 전 각 node에 최신 버전을 미리 설치 후 config 파일을 설정하여 기존 버전을 종료한 후 바로 실행할 수 있게 준비를 해두면 좀 더 빠르게 업그레이드를 마무리 할 수 있습니다. 각 노드를 종료하기 전 allocation이 진행되지 않도록 아래와 같이 allocation 을 disable 시킵니다. # 노드 종료 전 PUT _cluster/settings { "persistent": { "cluster.routing.allocation.enable": "none", "cluster.routing.reb..
개발 이야기/인프라 구축 및 운영
2021. 2. 10. 13:42