mailarchive icon indicating copy to clipboard operation
mailarchive copied to clipboard

Create script to load Elastic index snapshot on backup servers

Open ietf-svn-bot opened this issue 5 years ago • 3 comments

owner:[email protected] type_task | by [email protected]



Issue migrated from trac:2858 at 2022-03-03 13:02:13 +0000

ietf-svn-bot avatar Jan 07 '20 20:01 ietf-svn-bot

@[email protected] changed priority from critical to medium

ietf-svn-bot avatar Apr 23 '20 19:04 ietf-svn-bot

@[email protected] changed status from new to accepted

ietf-svn-bot avatar Apr 23 '20 19:04 ietf-svn-bot

@[email protected] commented


For now we can use curl to issue a load snapshot command:

curl -X POST "localhost:9200/_snapshot/es_snapshot_repo/snapshot-2019.07.07/_restore" -H 'Content-Type: application/json' -d' { "indices": "mail-archive" } '

ietf-svn-bot avatar Apr 23 '20 19:04 ietf-svn-bot