Hi all,
I am trying to take a one time backup and was planning to restore it to other cluster.
During snapshot , i see one failed shard , is there a way to handle this ?
{
"snapshots" : [
{
"snapshot" : "snapshot_4oct",
"repository" : "One_time_snapshot",
"uuid" : "ng869MmBQoOQHBlOIVTZKw",
"state" : "STARTED",
"include_global_state" : true,
"shards_stats" : {
"initializing" : 0,
"started" : 36,
"finalizing" : 0,
"done" : 23,
"failed" : 1,
"total" : 60
},
"stats" : {
"incremental" : {
"file_count" : 21654,
"size_in_bytes" : 5882091474182
},
"processed" : {
"file_count" : 11355,
"size_in_bytes" : 2898029655511
},
"total" : {
"file_count" : 21654,
"size_in_bytes" : 5882091474182
},
"start_time_in_millis" : 1664865579098,
"time_in_millis" : 29658393
},
"indices" : {
"orders" : {
"shards_stats" : {
"initializing" : 0,
"started" : 36,
"finalizing" : 0,
"done" : 23,
"failed" : 1,
"total" : 60
},
"stats" : {
"incremental" : {
"file_count" : 21654,
"size_in_bytes" : 5882091474182
},
"processed" : {
"file_count" : 11355,
"size_in_bytes" : 2898029655511
},
"total" : {
"file_count" : 21654,
"size_in_bytes" : 5882091474182
},
"start_time_in_millis" : 1664865579233,
"time_in_millis" : 28546984
}
Do i need to cancel the current snapshot and take a new one?
Or can i continue with this so that remaining shards are done , and it can be retried somehow for one failed shard or probably take a new snapshot which can fix this ?
Any help would be appreciated .
Thank you