Cannot restore index

Backup and index to a gzip using stdout:

elasticdump
--input=http://production.es.com:9200/my_index
--output=$
| gzip > /data/my_index.json.gz

After dump index to my_index.json.gz success I cannot restore them. So how can i restore index with my_index.json.gz file ?

Thank you

Welcome to our community! :smiley:

We don't directly support the use of elasticdump here, you will need to consult the developer of that tool.
If you have questions on Snapshot and restore | Elasticsearch Guide [7.13] | Elastic, we can help.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.