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

Support custom options for xtrbackup, xbstream, rclone #437

Closed
dougfales opened this issue Dec 9, 2019 · 0 comments · Fixed by #486
Closed

Support custom options for xtrbackup, xbstream, rclone #437

dougfales opened this issue Dec 9, 2019 · 0 comments · Fixed by #486

Comments

@dougfales
Copy link
Contributor

In our usage of the operator, we have found that passing some extra arguments to the xtrabackup, xbstream, and rclone command is sometimes helpful. For instance, if we need to tell these commands to run with higher memory limits or use more threads.

We would like to propose adding a few array properties to the spec that will allow us to pass one or more custom arguments to these commands as they are invoked in the operator.

For example:

  • xbstreamAdditionalArguments - extra command line arguments to pass to xbstream
  • xtrabackupPrepareAdditionalArguments - extra command line arguments to pass to xtrabackup during --prepare
  • xtrabackupAdditionalArguments - extra command line arguments to pass to xtrabackup during --backup
  • rcloneAdditionalArguments - extra command line arguments to pass to rclone

I'm hoping to open a PR with these additional options soon.

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

Successfully merging a pull request may close this issue.

1 participant