You first need to create the same S3 repo on your other ES cluster (the exact same command as when you initially created the repository on your source cluster)PUT _snapshot/repository{ "type": "s3", "settings": { "bucket": "your_bucket" }}然后您可以使用以下方法非常简单地还原任何快照:And then you can restore any snapshot very simply with:POST /_snapshot/repository/2018-04-08t04-43-08.c5da6a35-8158-4799-a58d-0baf0a432275/_restore 这篇关于在另一台机器上还原特定的AWS Elasticsearch数据库快照备份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-23 07:59