We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23070d commit 862ffffCopy full SHA for 862ffff
libexec/ghe-restore-es-tarball
@@ -20,6 +20,6 @@ host="$1"
20
# us run this script directly.
21
: ${GHE_RESTORE_SNAPSHOT:=current}
22
23
-# Restore ElasticSearch indexes from tarball snapshot.
+# Restore ElasticSearch indices from tarball snapshot.
24
ghe-ssh "$host" -- 'ghe-import-es-indices' \
25
< "$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT/elasticsearch.tar" 1>&3
0 commit comments