its in the above output of this
get _snapshot/snapshots_dailybackups/812_daily
“version” : “2.1.0”,
I did have snap-xx.dat or meta.dat files a while ago before updated path to this path but havent tested restore at that time and cant seem to find where are snapshots being saved as dont see those files any more
Update:
im able to restore with these extra options after following docs
using exact index
post _snapshot/snapshots_dailybackups/812_daily/_restore
{
“indices”: “myindex-2022.08.10”,
“include_global_state”: false
}
@infodata If you want to see all snapshots in the repository then you should the following command.
get _snapshot/<repository_name>/_all
i.e.
get _snapshot/snapshots_dailybackups/_all
The permission error is caused by the snapshot that contains the .opendistro_security index.
In that case, either you’ll restore a single index/list of the indices or use the admin certificate and curl to restore the full snapshot.
What is the value of the path.repo in opensearch.yml? What group and user is assigned to that shared folder?