# Elasticsearch cluster snapshot failed with PARTIAL

**URL:** https://discuss.elastic.co/t/elasticsearch-cluster-snapshot-failed-with-partial/154977
**Category:** Elasticsearch
**Created:** [November 1, 2018, 9:11am UTC](https://discuss.elastic.co/t/elasticsearch-cluster-snapshot-failed-with-partial/154977 "2018-11-01T09:11:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tharu85](https://avatars.discourse-cdn.com/v4/letter/t/e95f7d/32.png) [@tharu85](https://discuss.elastic.co/u/tharu85)
#### Post date: [November 1, 2018, 9:11am UTC](https://discuss.elastic.co/t/elasticsearch-cluster-snapshot-failed-with-partial/154977/1 "2018-11-01T09:11:55Z")

</div>

I used elasticsearch-curator and python script to create snapshot. Script worked fine few months and after some issue had on one Elasticsearch node there were some unassigned shards in the ES cluster.

After the observation of unassigned shards, the snapshot script failed with PARTIAL state while creating the snapshot.

In my script I have add "partial=True" parameter as below.

```
snap_indicies = curator.Snapshot(ilo, REPOSITORY, INDEX_NAME, partial=True, skip_repo_fs_check=True,ignore_unavailable=True, wait_for_completion=True)

```

But that parameter doesn't fixed the issue.

![3](https://us1.discourse-cdn.com/elastic/original/3X/9/d/9d0ec57fdbbdab2149e5480cc2d8f69f0cfcbb40.jpeg)

How do I fix this PARTIAL state issue and create a proper snapshot for indices

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [November 1, 2018, 12:00pm UTC](https://discuss.elastic.co/t/elasticsearch-cluster-snapshot-failed-with-partial/154977/2 "2018-11-01T12:00:09Z")

</div>

I would start by checking the logs for an explanation of why the snapshots are failing.

---

<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: [November 29, 2018, 12:00pm UTC](https://discuss.elastic.co/t/elasticsearch-cluster-snapshot-failed-with-partial/154977/3 "2018-11-29T12:00:18Z")

</div>

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