Skip to content
New issue

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

copy_files_xbcloud bug Quotation mark error #1727

Open
louishot opened this issue Jun 11, 2024 · 2 comments
Open

copy_files_xbcloud bug Quotation mark error #1727

louishot opened this issue Jun 11, 2024 · 2 comments

Comments

@louishot
Copy link

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"

it should be
env -i ${CREDENTIALS} "${xbcloud} get ${backup_path} --parallel=10" 1>"$dest_dir/xtrabackup.stream" 2>"$dest_dir/transfer.log"

@louishot
Copy link
Author

It writes the command as a string to xtrabackup.stream

@hors
Copy link
Collaborator

hors commented Jun 11, 2024

hi @louishot, please create PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants