I am taking a snapshot on system 1 and transferring the index-X, index.latest, meta-... and snap-.... over to system 2 under the same registered repo. System 2 does not find snapshot for restore.
--> SCP to SYSTEM2 under same path.repo path.
on System 2:
curl -X GET "XXXX:9200/_snapshot/es_backup/_all?pretty"
{
"snapshots" : ,
"total" : 0,
"remaining" : 0
}
How can I make system 2 aware of the snapshot?
What is the scp command you are running?
Also please format your code/logs/config using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you
Don’t modify anything within the repository or run processes that might interfere with its contents. ... You may however safely restore a repository from a backup
It sounds like you are modifying the contents of a repository but you are not following the proper procedure for restoring a repository from a backup.
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.