From 6bdb211a39f88dffda6d9afcea271618c3769ced Mon Sep 17 00:00:00 2001 From: Hao Jiang <45571951+jianghao0718@users.noreply.github.com> Date: Thu, 20 Feb 2020 12:52:09 -0500 Subject: [PATCH] In legacy mode we should use ghe-import-mysql In legacy mode we should use ghe-import-mysql --- share/github-backup-utils/ghe-restore-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/github-backup-utils/ghe-restore-mysql b/share/github-backup-utils/ghe-restore-mysql index a939c8d6d..150c93a77 100755 --- a/share/github-backup-utils/ghe-restore-mysql +++ b/share/github-backup-utils/ghe-restore-mysql @@ -79,7 +79,7 @@ else exit 2 else # legacy mode - IMPORT_MYSQL="unpigz | ghe-import-mysql-mysqldump" + IMPORT_MYSQL="unpigz | ghe-import-mysql" GHE_RESTORE_HOST=$GHE_HOSTNAME fi fi