Hi, guys.
I need to restore a cluster to the server's elasticsearch engine from a snapshot that is on my local machine.
In this case, how can I set the path.repo in the server's elasticsearch.yml?
Thanks in advance.
Hi, guys.
I need to restore a cluster to the server's elasticsearch engine from a snapshot that is on my local machine.
In this case, how can I set the path.repo in the server's elasticsearch.yml?
Thanks in advance.
You will need to set up the path.repo
path.repo: '/valid/location/of/repo'
and the snapshot per doc then restore including global state
Thanks
Things that I did to restore the cluster are as following:
But after that, elasticsearch doesn't work.
Original elasticsearch version - 6.5
New elasticsearch version - 7.1
Is that possible?
What am I wrong?
Thanks.
What does this mean
Is elasticsearch not starting (if so; check the log why) ?
or is there an error when you try to create the snapshot repo (PUT /_snapshot/my_backup from doc)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.