mailarchive
mailarchive copied to clipboard
Create script to load Elastic index snapshot on backup servers
owner:[email protected]
type_task
| by [email protected]
Issue migrated from trac:2858 at 2022-03-03 13:02:13 +0000
@[email protected] changed priority from critical
to medium
@[email protected] changed status from new
to accepted
@[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" } '