# Manual copy of indexes

**URL:** https://discuss.elastic.co/t/manual-copy-of-indexes/17010
**Category:** Elasticsearch
**Created:** [April 14, 2014, 11:17pm UTC](https://discuss.elastic.co/t/manual-copy-of-indexes/17010 "2014-04-14T23:17:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![varun](https://avatars.discourse-cdn.com/v4/letter/v/e9bcb4/32.png) [@varun](https://discuss.elastic.co/u/varun)
#### Post date: [April 14, 2014, 11:17pm UTC](https://discuss.elastic.co/t/manual-copy-of-indexes/17010/1 "2014-04-14T23:17:34Z")

</div>

Hi All,

I want to copy indexes created by embedded elastic search and copy that data into a live elastic search and use it. So these are the steps I followed.

1. Generated indices using Node Client (like embedded elastic search) with a index name testindex [http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html](http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html)

2. After that I had a live elastic search cluster with one node and I created an empty index by the same name testindex and the same mappings as used to generate indices using NodeClient.

3. After that I closed testindex and copied the index data from the embedded elasticsearch to the data directory for testindex in elastic search

4. Opened the index testindex. After opening the index the copied data is deleted.

Any ideas why that could have happend. If I want to reused the indices generated by embedded elasticsearch by copying them to the data folder in elastic search, what all files should I copy.

Please advise

Thanks  
Varun

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:35am UTC](https://discuss.elastic.co/t/manual-copy-of-indexes/17010/2 "2017-07-06T01:35:52Z")

</div>


