Deleted Restore files from S3 AWS

Hello, i am using S3 as a backup storage for my Elasticsearch. The problem is that i deleted all my files except the indices folder from S3. Is there any way to recover the indices ?

If you used the Snasphot API then you can restore your data using the Restore API.

How can i do this if i miss the metadata files that have been deleted ?

I don't think you can restore if you altered the backup.

See Snapshot and restore | Elasticsearch Guide [8.11] | Elastic

Don’t modify anything within the repository or run processes that might interfere with its contents. If something other than Elasticsearch modifies the contents of the repository then future snapshot or restore operations may fail, reporting corruption or other data inconsistencies, or may appear to succeed having silently lost some of your data.

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