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.
2 parents 559f7e6 + a0dff5c commit d62e4cfCopy full SHA for d62e4cf
share/github-backup-utils/ghe-restore-es-rsync
@@ -44,10 +44,6 @@ else
44
"$snapshot_dir/elasticsearch/" \
45
"$(ssh_host_part "$GHE_HOSTNAME"):$GHE_REMOTE_DATA_USER_DIR/elasticsearch-restore" 1>&3
46
log_rsync "END: elasticsearch rsync" 1>&3
47
- # restoring in >=2.14 will remove incompatible indices created with 1.x.
48
- if [ "$GHE_VERSION_MAJOR" -eq 2 ] && [ "$GHE_VERSION_MINOR" -ge 14 ]; then
49
- ghe-ssh "$GHE_HOSTNAME" -- "sudo /usr/local/share/enterprise/ghe-es-remove-1x-indices"
50
- fi
51
fi
52
53
bm_end "$(basename $0)"
0 commit comments