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 e09bfa3 commit 7f9b059Copy full SHA for 7f9b059
share/github-backup-utils/ghe-restore-mysql
@@ -31,7 +31,7 @@ snapshot_dir="$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT"
31
# When customer uses external database, we rely on customer to implement the restore process
32
if is_service_external 'mysql' "$snapshot_dir/settings.json"; then
33
echo "Restore external MySQL database using customer-provided script ..."
34
- cat $snapshot_dir/mysql.sql.gz | $EXTERNAL_DATABASE_RESTORE_SCRIPT
+ $EXTERNAL_DATABASE_RESTORE_SCRIPT
35
else
36
ssh_config_file_opt=
37
if is_binary_backup_feature_on; then
0 commit comments