ansible-roles/roles/elasticsearch/templates/pre-backup.j2

6 lines
117 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
#!/bin/sh
set -eo pipefail
curl -X PUT http://localhost:{{ es_port }}/_snapshot/lbkp/lbkp?wait_for_completion=true