Skip to content

Commit 9f728a1

Browse files
committed
Remove logging in ghe-restore-mysql
1 parent b0e6908 commit 9f728a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

share/github-backup-utils/ghe-restore-mysql

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ ghe_remote_version_required "$GHE_HOSTNAME"
2828
# The directory holding the snapshot to restore
2929
snapshot_dir="$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT"
3030

31-
if is_binary_backup_feature_on; then
32-
echo "Appliance is configured for binary backups."
33-
else
34-
echo "Appliance is configured for logical backups."
35-
fi
36-
37-
if is_binary_backup $snapshot_dir; then
38-
echo "Backup being restored is a binary backup."
39-
else
40-
echo "Backup being restored is a logical backup."
41-
fi
42-
4331
ssh_config_file_opt=
4432
if is_binary_backup_feature_on; then
4533
# Feature "mysql.backup.binary" is on, which means new backup scripts are available

0 commit comments

Comments
 (0)