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 b0e6908 commit 9f728a1Copy full SHA for 9f728a1
share/github-backup-utils/ghe-restore-mysql
@@ -28,18 +28,6 @@ ghe_remote_version_required "$GHE_HOSTNAME"
28
# The directory holding the snapshot to restore
29
snapshot_dir="$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT"
30
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
40
- echo "Backup being restored is a logical backup."
41
42
43
ssh_config_file_opt=
44
if is_binary_backup_feature_on; then
45
# Feature "mysql.backup.binary" is on, which means new backup scripts are available
0 commit comments