We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
percona-xtradb-cluster-operator/deploy/backup/copy-backup.sh
Line 188 in 9a4f3dd
env -i "${CREDENTIALS} ${xbcloud} get ${backup_path} --parallel=10" 1>"$dest_dir/xtrabackup.stream" 2>"$dest_dir/transfer.log"
it should be env -i ${CREDENTIALS} "${xbcloud} get ${backup_path} --parallel=10" 1>"$dest_dir/xtrabackup.stream" 2>"$dest_dir/transfer.log"
env -i ${CREDENTIALS} "${xbcloud} get ${backup_path} --parallel=10" 1>"$dest_dir/xtrabackup.stream" 2>"$dest_dir/transfer.log"
The text was updated successfully, but these errors were encountered:
It writes the command as a string to xtrabackup.stream
Sorry, something went wrong.
hi @louishot, please create PR :)
No branches or pull requests
percona-xtradb-cluster-operator/deploy/backup/copy-backup.sh
Line 188 in 9a4f3dd
env -i "${CREDENTIALS} ${xbcloud} get ${backup_path} --parallel=10" 1>"$dest_dir/xtrabackup.stream" 2>"$dest_dir/transfer.log"
it should be
env -i ${CREDENTIALS} "${xbcloud} get ${backup_path} --parallel=10" 1>"$dest_dir/xtrabackup.stream" 2>"$dest_dir/transfer.log"
The text was updated successfully, but these errors were encountered: