We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bfddf commit bd61d55Copy full SHA for bd61d55
1 file changed
bin/ghe-restore
@@ -209,7 +209,7 @@ ghe-restore-es-${GHE_BACKUP_STRATEGY} "$GHE_HOSTNAME" 1>&3
209
210
# Restart an already running memcached to reset the cache after restore
211
if [ "$GHE_VERSION_MAJOR" -ge 2 ]; then
212
- ghe-ssh "$GHE_HOSTNAME" -- "sudo restart -q memcached 2>&1 || true"
+ echo "sudo restart -q memcached 2>&1 || true" | ghe-ssh "$GHE_HOSTNAME"
213
fi
214
215
# When restoring to a host that has already been configured, kick off a
0 commit comments