-
Notifications
You must be signed in to change notification settings - Fork 793
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
bzip in backup script #491
Comments
Ok. I dislike this variant too. Сhanging script is more attractive. |
The problem is we can't change the scripts because we'd be breaking the default, and, arguably, the compatibility with the module so far. Adding the compression method as an option is also quite bothersome, well, … because it's one more option… |
I didn't mean to discourage you entirely… ¯(°_o)/¯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need add into "class mysql::server::backup" resource package {"mysql_require_bzip2": name => bzip2, ensure => latest}"
or change bzip to gzip in backup scripts.
The text was updated successfully, but these errors were encountered: