Archived minio files

Hi

What I have is files get archived to minio after a certain duration.

So how would I play these files again?

Thanks and apologies if I sent this to the wrong group,

Mac

You have to restore the snapshots stored in Minio. Take a look here on how to work with snapshots https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html.

Basically, you need s3 repository plugin installed https://www.elastic.co/guide/en/elasticsearch/plugins/5.6/repository-s3-repository.html with a configured repository pointing to the Minio url. Then, you just restore a snapshot as described in the link above.

1 Like

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