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 ae8e302 commit e77219cCopy full SHA for e77219c
bin/ghe-backup
@@ -205,7 +205,7 @@ if ! is_binary_backup; then
205
# binary backup is already compressed
206
export_command+=" | pigz"
207
fi
208
-echo "set -o pipefail; ${export_command}" |
+echo "set -o pipefail; $export_command" |
209
ghe-ssh "$GHE_HOSTNAME" -- /bin/bash > mysql.sql.gz || failures="$failures mysql"
210
if is_binary_backup; then
211
echo "NO_ADDITIONAL_COMPRESSION" > mysql-binary-backup-sentinel
0 commit comments