# Snapshots not showing

**URL:** https://discuss.elastic.co/t/snapshots-not-showing/125986
**Category:** Elasticsearch
**Created:** [March 28, 2018, 6:33pm UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986 "2018-03-28T18:33:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Butterfly](https://avatars.discourse-cdn.com/v4/letter/b/e9c0ed/32.png) [@Butterfly](https://discuss.elastic.co/u/Butterfly)
#### Post date: [March 28, 2018, 6:33pm UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986/1 "2018-03-28T18:33:30Z")

</div>

I have two clusters A and B, the repos on both are pointing to the same location.

A on 2.4.4  
B on 5.6.8

snapshots on cluster A showed up before on cluster B, but today new snapshots on A won't show on B anymore.

What am I missing?

Thanks.

---

<div class="post-metadata">

### Author: ![ywelsch](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ywelsch/32/7751_2.png) [@ywelsch](https://discuss.elastic.co/u/ywelsch)
#### Post date: [March 30, 2018, 9:04am UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986/2 "2018-03-30T09:04:46Z")

</div>

This is to be expected, please see the [docs for snapshot/restore](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html):

> The snapshot format can change across major versions, so if you have clusters on different major versions trying to write the same repository, new snapshots written by one version will not be visible to the other. While setting the repository to readonly on all but one of the clusters should work with multiple clusters differing by one major version, it is not a supported configuration.

---

<div class="post-metadata">

### Author: ![Butterfly](https://avatars.discourse-cdn.com/v4/letter/b/e9c0ed/32.png) [@Butterfly](https://discuss.elastic.co/u/Butterfly)
#### Post date: [April 2, 2018, 6:16am UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986/3 "2018-04-02T06:16:50Z")

</div>

How can I restore a snapshot taken from 2x and restore it in 5x cluster? This is supported.

---

<div class="post-metadata">

### Author: ![Butterfly](https://avatars.discourse-cdn.com/v4/letter/b/e9c0ed/32.png) [@Butterfly](https://discuss.elastic.co/u/Butterfly)
#### Post date: [April 2, 2018, 6:19am UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986/4 "2018-04-02T06:19:07Z")

</div>

> [@ywelsch](#):
>
> While setting the repository to readonly

How can I verify this was set somewhere? or how can I set/unset it?

Thanks.

---

<div class="post-metadata">

### Author: ![ywelsch](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ywelsch/32/7751_2.png) [@ywelsch](https://discuss.elastic.co/u/ywelsch)
#### Post date: [April 3, 2018, 9:47am UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986/5 "2018-04-03T09:47:01Z")

</div>

The gist of it is: Once you've written to the repository from the 5.x cluster, you cannot expect for new 2.x snapshots to appear listable on the 5.x cluster.

This gives you two options:

1. Only write with 2.x to the shared repository and use a different repository for writing with 5.x.
2. Stop writing with 2.x to the shared repository once you have written with 5.x to the shared repo.

---

<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: [May 1, 2018, 9:47am UTC](https://discuss.elastic.co/t/snapshots-not-showing/125986/6 "2018-05-01T09:47:26Z")

</div>

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